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


The following tables list the members exposed by CanvasCommand.

Public Constructors

 NameDescription
Public ConstructorCanvasCommand ConstructorOverloaded.  Initializes a new CanvasCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyCanvasImage Gets or sets the image that references the canvas image.  
Public PropertyEmboss Gets or sets the apparent depth of the canvas image.  
Public PropertyFlags Gets or sets the flags that identifiy how to distribute the canvas image with respect to the image and how to handle resizing.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyTileOffset Gets or sets the amount to shift every row of the canvas image from the origin.  
Public PropertyTransparency Gets or sets the transparency amount between the image and the canvas.  
Public PropertyXOffset Gets or sets the X distance between the canvas origin point and the image origin point (in pixels).  
Public PropertyYOffset Gets or sets the Y distance between the canvas origin point and the image origin point (in pixels).  
Top

Public Methods

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

Public Events

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

See Also