LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

Origin Property (FunctionalLightCommand)






Gets or sets a point structure that contains the coordinates of the origin, in pixels. .NET support WinRT support
Syntax
public LeadPoint Origin {get; set;}
'Declaration
 
Public Property Origin As LeadPoint
'Usage
 
Dim instance As FunctionalLightCommand
Dim value As LeadPoint
 
instance.Origin = value
 
value = instance.Origin
public LeadPoint Origin {get; set;}
 get_Origin();
set_Origin(value);
public:
property LeadPoint Origin {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property Value

Point structure that contains the coordinates of the origin, in pixels. This property is used if the Flags property is set to FunctionalLightCommandFlags.Trigonometry and FunctionalLightCommandFlags.Circles, or to FunctionalLightCommandFlags.LinearQuadratic.
Example
Refer to FunctionalLightCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FunctionalLightCommand Class
FunctionalLightCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.