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



Encapsulates a GDI+ object 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 
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also