The GdiGraphics type exposes the following members.
Name | Description | |
---|---|---|
Clip |
Returns clipping region defined for this GdiGraphics class instance. |
|
ClipBounds |
Returns a bounding rectangle for clipping region specified for this GdiGraphics object. |
|
Height |
Returns height of the drawing surface (in pixels). |
|
HorizontalResolution |
Specifies horizontal resolution of the image (also known as DPI, dots per inch). (Inherited from UnitConverterObject.) |
|
IsClipEmpty |
Indicates if clipping region is empty for this GdiGraphics. |
|
IsClipInfinite |
Indicates if clipping region is larger than drawing surface. |
|
IsDisposed | (Inherited from LockableObject.) | |
Locked |
Indicates if the object has been locked. (Inherited from LockableObject.) |
|
LogicalHeight |
Returns height of the drawing surface (in units specified with Unit property). |
|
LogicalWidth |
Returns width of the drawing surface (in units specified with Unit property). |
|
Mode |
Gets the value that specifies whether the GdiGraphics where opened at HDC or Bitmap. |
|
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from LockableObject.) |
|
Transform |
Gets/sets world transformation for this GdiGraphics object. |
|
Unit |
Gets/sets unit to convert from/to. (Inherited from UnitConverterObject.) |
|
VerticalResolution |
Specifies vertical resolution (also known as DPI, dots per inch). (Inherited from UnitConverterObject.) |
|
Width |
Returns width of the drawing surface (in pixels). |