This documentation is for the old version. Go to the latest Graphics Mill docs

GdiGraphics Properties

The GdiGraphics type exposes the following members.

Properties

Name Description
Public property Clip

Returns clipping region defined for this GdiGraphics class instance.

Public property ClipBounds

Returns a bounding rectangle for clipping region specified for this GdiGraphics object.

Public property Height

Returns height of the drawing surface (in pixels).

Public property HorizontalResolution

Specifies horizontal resolution of the image (also known as DPI, dots per inch).

(Inherited from UnitConverterObject.)
Public property IsClipEmpty

Indicates if clipping region is empty for this GdiGraphics.

Public property IsClipInfinite

Indicates if clipping region is larger than drawing surface.

Public property IsDisposed (Inherited from LockableObject.)
Public property Locked

Indicates if the object has been locked.

(Inherited from LockableObject.)
Public property LogicalHeight

Returns height of the drawing surface (in units specified with Unit property).

Public property LogicalWidth

Returns width of the drawing surface (in units specified with Unit property).

Public property Mode

Gets the value that specifies whether the GdiGraphics where opened at HDC or Bitmap.

Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from LockableObject.)
Public property Transform

Gets/sets world transformation for this GdiGraphics object.

Public property Unit

Gets/sets unit to convert from/to.

(Inherited from UnitConverterObject.)
Public property VerticalResolution

Specifies vertical resolution (also known as DPI, dots per inch).

(Inherited from UnitConverterObject.)
Public property Width

Returns width of the drawing surface (in pixels).

See Also

Reference