Visual Basic (Declaration) | |
---|---|
Public Function CreateGdiPlusGraphics() As RasterImageGdiPlusGraphicsContainer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterImageGdiPlusGraphicsContainer CreateGdiPlusGraphics() |
Managed Extensions for C++ | |
---|---|
public: RasterImageGdiPlusGraphicsContainer* CreateGdiPlusGraphics(); |
C++/CLI | |
---|---|
public: RasterImageGdiPlusGraphicsContainer^ CreateGdiPlusGraphics(); |
Return Value
The RasterImageGdiPlusGraphicsContainer object this method creates.Use RasterImage.TestGdiPlusCompatible 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 RasterImage.
For more information, refer to Processing an Image.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family