LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CanvasImage Property
See Also 
Leadtools.ImageProcessing.SpecialEffects Namespace > CanvasCommand Class : CanvasImage Property



Gets or sets the image that references the canvas image.

Syntax

Visual Basic (Declaration) 
Public Property CanvasImage As RasterImage
Visual Basic (Usage)Copy Code
Dim instance As CanvasCommand
Dim value As RasterImage
 
instance.CanvasImage = value
 
value = instance.CanvasImage
C# 
public RasterImage CanvasImage {get; set;}
C++/CLI 
public:
property RasterImage^ CanvasImage {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

References the canvas image.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also