Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FadedMaskCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing.Effects Namespace : FadedMaskCommand Class


The following tables list the members exposed by FadedMaskCommand.

Public Constructors

 NameDescription
Public ConstructorFadedMaskCommand ConstructorOverloaded.  Initializes a new FadedMaskCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyFadeRate Gets or sets a value that represents the rate at which the color will fade with each step.  
Public PropertyFlags Gets or sets flags that indicate how the fade mask will be created.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyInflate Gets or sets a value used to expand the resulting image.  
Public PropertyLength Gets or sets a value that represents the extent of the fade.  
Public PropertyMaskImage RasterImage object that references a 24-bit image in which the fade mask will be created.  
Public PropertyMaximumGray Gets or sets the maximum value of the fade color.  
Public PropertyStepSize Gets or sets a value that represents the step size at which the color will change.  
Public PropertyTransparent Gets or sets the transparency color.  
Top

Public Methods

 NameDescription
Public MethodOnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Methodraise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodRun (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this command.  
Top

Protected Methods

Public Events

 NameDescription
Public EventProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also