←Select platform

Origin Property

Summary

Gets or sets the coordinates (in pixels) for the origin of the rings.

Syntax

C#
VB
WinRT C#
C++
public LeadPoint Origin { get; set; } 
  
Public Property Origin As Leadtools.LeadPoint 
public Leadtools.LeadPoint Origin {get; set;} 
  
get_Origin(); 
set_Origin(value); 
Object.defineProperty('Origin');  
public: 
property Leadtools.LeadPoint Origin { 
   Leadtools.LeadPoint get(); 
   void set (    Leadtools.LeadPoint ); 
} 

Property Value

Coordinates (in pixels) for the origin of the rings. Only positive values are accepted.

Example

Refer to RingEffectCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly