LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
LightCommandData Structure Members
See Also  Properties 
Leadtools.ImageProcessing.SpecialEffects Namespace : LightCommandData Structure


The following tables list the members exposed by LightCommandData.

Public Constructors

 NameDescription
public Constructor LightCommandData ConstructorInitializes a new LightCommandData with explicit parameters.  
Top

Public Properties

 NameDescription
public Property AngleGets or sets the angle by which to rotate the ellipse that represents the light.  
public Property BrightnessGets or sets the intensity or brightness of the light.  
public Property CenterPointGets or sets a point structure that contains the center of the ellipse used to represent the light.  
public Property EdgeGets or sets the percentage by which to smooth the light border.  
public Propertystatic (Shared in Visual Basic) EmptyInitializes a new LightCommandData class object with default parameters.  
public Property FillColorGets or sets the color of the light.  
public Property HeightGets or sets a value that represents the height of the ellipse used to represent the light.  
public Property OpacityGets or sets the opacity of the light.  
public Property TypeGets or sets a flag that determines the light source type.  
public Property WidthGets or sets a value that represents the width of the ellipse used to represent the light.  
Top

See Also