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


The following tables list the members exposed by LightCommandData.

Public Constructors

  Name Description
Public Constructor LightCommandData Constructor Initializes a new LightCommandData with explicit parameters.  
Top

Public Properties

  Name Description
Public Property Angle Gets or sets the angle by which to rotate the ellipse that represents the light.  
Public Property Brightness Gets or sets the intensity or brightness of the light.  
Public Property CenterPoint Gets or sets a point structure that contains the center of the ellipse used to represent the light.  
Public Property Edge 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 Property FillColor Gets or sets the color of the light.  
Public Property Height Gets or sets a value that represents the height of the ellipse used to represent the light.  
Public Property Opacity Gets or sets the opacity of the light.  
Public Property Type Gets or sets a flag that determines the light source type.  
Public Property Width Gets or sets a value that represents the width of the ellipse used to represent the light.  
Top

Public Methods

  Name Description
Public Method Equals (Inherited from System.ValueType)
Public Method GetHashCode (Inherited from System.ValueType)
Public Method ToString (Inherited from System.ValueType)
Top

See Also