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

The following tables list the members exposed by FunctionalLightCommand.

Public Constructors

 NameDescription
public Constructor FunctionalLightCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property AngleGets or sets a value that represents the angle, in hundredths of degrees.  
public Property BlueAmplitudeGets or sets a value that represents the amplitude of the blue color.  
public Property BufferGets or sets an array that holds all points that represents the shape drawn by the user.  
public Property FlagsGets or sets flags that indicate the function to apply to the image.  
public Property FrequencyGets or set a value that represents the frequency factor.  
public Property GreenAmplitudeGets or sets a value that represents the amplitude of the green color.  
public Property HasProgressDetermines if the command object has a progress event handler set. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Property OriginGets or sets a point structure that contains the coordinates of the origin, in pixels.  
public Property PhaseShiftGets or sets a value that represents the phase shift angle, in hundredths of degrees.  
public Property RedAmplitudeGets or sets a value that represents the amplitude of the red color.  
Top

Public Methods

 NameDescription
public Method OnProgressImplements Leadtools.ImageProcessing.IRasterCommand.OnProgress(Leadtools.ImageProcessing.RasterCommandProgressEventArgs). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method RunImplements Leadtools.ImageProcessing.IRasterCommand.Run(Leadtools.RasterImage). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method ToStringOverridden. Returns a meaningful name for this command.  
Top

Public Events

 NameDescription
public Event ProgressImplements Leadtools.ImageProcessing.IRasterCommand.Progress. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also