Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.11
LightCommandData Structure Members
See Also  Properties  Methods 
Leadtools.ImageProcessing.SpecialEffects Namespace : LightCommandData Structure


The following tables list the members exposed by LightCommandData.

Public Constructors

 NameDescription
Public ConstructorLightCommandData Constructor Initializes a new LightCommandData with explicit parameters.  
Top

Public Properties

 NameDescription
Public PropertyAngle Gets or sets the angle by which to rotate the ellipse that represents the light.  
Public PropertyBrightness Gets or sets the intensity or brightness of the light.  
Public PropertyCenterPoint Gets or sets a point structure that contains the center of the ellipse used to represent the light.  
Public PropertyEdge Gets or sets the percentage by which to smooth the light border.  
Public Propertystatic (Shared in Visual Basic)Empty Initializes a new LightCommandData class object with default parameters.  
Public PropertyFillColor Gets or sets the color of the light.  
Public PropertyHeight Gets or sets a value that represents the height of the ellipse used to represent the light.  
Public PropertyOpacity Gets or sets the opacity of the light.  
Public PropertyType Gets or sets a flag that determines the light source type.  
Public PropertyWidth Gets or sets a value that represents the width of the ellipse used to represent the light.  
Top

Public Methods

 NameDescription
Public MethodEquals (Inherited from System.ValueType)
Public MethodGetHashCode (Inherited from System.ValueType)
Public MethodToString (Inherited from System.ValueType)
Top

See Also