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


For a list of all members of this type, see TextureAlphaBlendCommand members.

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

See Also