LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterImageGdiPlusGraphicsContainer Constructor
See Also 



image
The source Leadtools.RasterImage.
Creates a new instance of the RasterImageGdiPlusGraphicsContainer class from a Leadtools.RasterImage.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal image As RasterImage _
)
Visual Basic (Usage)Copy Code
Dim image As RasterImage
 
Dim instance As New RasterImageGdiPlusGraphicsContainer(image)
C# 
public RasterImageGdiPlusGraphicsContainer( 
   RasterImage image
)
C++/CLI 
public:
RasterImageGdiPlusGraphicsContainer( 
   RasterImage^ image
)

Parameters

image
The source Leadtools.RasterImage.

Example

For an example, refer to RasterImageGdiPlusGraphicsContainer.

Remarks

Use RasterImageConverter.TestCompatible to determine if the image is compatible for creating a GDI+ Graphics object.

This allows you to create an infinite number of drawing capabilities such as paint, erase, color erase and brush, pen, spray gun, flood fill, color tube, text overlay, curve, line, rectangle, polygon, ellipse, freehand shapes, cut and paste, and more to use on the surface of this Leadtools.RasterImage.

For more information refer to RasterImage and GDI/GDI+.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also