Error processing SSI file
LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

Show in webframe

Graphics Property (RasterImageGdiPlusGraphicsContainer)






Gets the System.Drawing.Graphics object associated with this RasterImageGdiPlusGraphicsContainer.
Syntax
public Graphics Graphics {get;}
'Declaration
 
Public ReadOnly Property Graphics As Graphics
'Usage
 
Dim instance As RasterImageGdiPlusGraphicsContainer
Dim value As Graphics
 
value = instance.Graphics
public:
property Graphics^ Graphics {
   Graphics^ get();
}

Property Value

The System.Drawing.Graphics object associated with this RasterImageGdiPlusGraphicsContainer.
Example
For an example, refer to RasterImageGdiPlusGraphicsContainer.
Requirements

Target Platforms

See Also

Reference

RasterImageGdiPlusGraphicsContainer Class
RasterImageGdiPlusGraphicsContainer Members

Error processing SSI file