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


The following tables list the members exposed by TextureAlphaBlendCommand.

Public Constructors

 NameDescription
Public ConstructorTextureAlphaBlendCommand ConstructorOverloaded.  Initializes a new TextureAlphaBlendCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyDestinationRectangle Gets or sets a Rectangle structure that contains the destination rectangle.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyMaskImage Gets or sets the RasterImage object that references the fade mask.  
Public PropertyOpacity Gets or set the opacity value used when combining the areas from the result of feathering and destination images.  
Public PropertySourceImage RasterImage object that references the source image.  
Public PropertySourcePoint Point structure that contains the origin of the source rectangle.  
Public PropertyUnderlayImage Gets or sets an RasterImage object that references the image to be used as the underlying image.  
Public PropertyUnderlayOffset Point structure that contains the underlay image offset with respect to the destination image.  
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