The following tables list the members exposed by CanvasCommand.
| Name | Description | |
|---|---|---|
| CanvasCommand Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
| CanvasImage | Gets or sets the image that references the canvas image. |
| Emboss | Gets or sets the apparent depth of the canvas image. |
| Flags | Gets or sets the flags that identify how to distribute the canvas image with respect to the image and how to handle resizing. |
| HasProgress | Determines if the command object has a progress event handler set. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand) |
| TileOffset | Gets or sets the amount to shift every row of the canvas image from the origin. |
| Transparency | Gets or sets the transparency amount between the image and the canvas. |
| XOffset | Gets or sets the X distance between the canvas origin point and the image origin point (in pixels). |
| YOffset | Gets or sets the Y distance between the canvas origin point and the image origin point (in pixels). |
| Name | Description | |
|---|---|---|
| OnProgress | Implements Leadtools.ImageProcessing.IRasterCommand.OnProgress(Leadtools.ImageProcessing.RasterCommandProgressEventArgs). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand) |
| Run | Implements Leadtools.ImageProcessing.IRasterCommand.Run(Leadtools.RasterImage). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand) |
| ToString | Overridden. Returns a meaningful name for this command. |
| Name | Description | |
|---|---|---|
| Progress | Implements Leadtools.ImageProcessing.IRasterCommand.Progress. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand) |