Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

Origin Property (RingEffectCommand)








Gets or sets the coordinates (in pixels) for the origin of the rings.
Syntax
public LeadPoint Origin {get; set;}
'Declaration
 
Public Property Origin As LeadPoint
'Usage
 
Dim instance As RingEffectCommand
Dim value As LeadPoint
 
instance.Origin = value
 
value = instance.Origin
public LeadPoint Origin {get; set;}

            

            
 
get_Origin();
set_Origin(value);
Object.defineProperty('Origin');
public:
property LeadPoint Origin {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property Value

Coordinates (in pixels) for the origin of the rings. Only positive values are accepted.
Example
Refer to RingEffectCommand.
Requirements

Target Platforms

See Also

Reference

RingEffectCommand Class
RingEffectCommand Members

Error processing SSI file