Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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

  Name Description
Public Constructor CanvasCommand Constructor Overloaded.  Initializes a new CanvasCommand class object with default parameters.  
Top

Public Properties

  Name Description
Public Property CanvasImage Gets or sets the image that references the canvas image.  
Public Property Emboss Gets or sets the apparent depth of the canvas image.  
Public Property Flags Gets or sets the flags that identifiy how to distribute the canvas image with respect to the image and how to handle resizing.  
Public Property HasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Property TileOffset Gets or sets the amount to shift every row of the canvas image from the origin.  
Public Property Transparency Gets or sets the transparency amount between the image and the canvas.  
Public Property XOffset Gets or sets the X distance between the canvas origin point and the image origin point (in pixels).  
Public Property YOffset Gets or sets the Y distance between the canvas origin point and the image origin point (in pixels).  
Top

Public Methods

  Name Description
Public Method OnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method raise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method Run (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method ToString Overridden.  Overridden. Returns a meaningful name for this command.  
Top

Protected Methods

  Name Description
Protected Method raise__progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

Public Events

  Name Description
Public Event Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also