Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
RasterImageGdiPlusGraphicsContainer Class
See Also  Members  
Leadtools Namespace : RasterImageGdiPlusGraphicsContainer Class




Encapsulates a GDI+ objects used when creating a Graphics surface of a RasterImage.

Syntax

Visual Basic (Declaration) 
Public Class RasterImageGdiPlusGraphicsContainer 
Visual Basic (Usage)Copy Code
Dim instance As RasterImageGdiPlusGraphicsContainer
C# 
public class RasterImageGdiPlusGraphicsContainer 
Managed Extensions for C++ 
public __gc class RasterImageGdiPlusGraphicsContainer 
C++/CLI 
public ref class RasterImageGdiPlusGraphicsContainer 

Example

For an example, refer to RasterImage.CreateGdiPlusGraphics.

Remarks

The RasterImage.CreateGdiPlusGraphics method of the RasterImage class returns a RasterImageGdiPlusGraphicsContainer object that holds the Graphics, Image and Region representation of the surface of the RasterImage.

You can then use the members of the RasterImageGdiPlusGraphicsContainer along with GDI+ calls to draw on the surface of the RasterImage.

Inheritance Hierarchy

System.Object
   Leadtools.RasterImageGdiPlusGraphicsContainer

Requirements

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

See Also