Graphics Properties

The Graphics type exposes the following members.

Properties

Name Description
Public property Clip

Gets a Region that limits the drawing region of this Graphics.

Public property ClipBounds

Gets a RectangleF structure that bounds the clipping region of this Graphics.

Public property DpiX

Gets the horizontal resolution of the drawing surface (in pixels per inch).

Public property DpiY

Gets the vertical resolution of the drawing surface (in pixels per inch).

Public property Height

Gets a height of the drawing surface (in pixels).

Public property IsClipEmpty

Gets a value indicating whether the clipping region of this Graphics is empty.

Public property IsClipInfinite

Gets a value indicating whether the clipping region is larger than a drawing surface.

Public property Mode

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

Public property Transform

Gets or sets a copy of the geometric world transformation for this Graphics.

Public property Width

Gets a width of the drawing surface (in pixels).

See Also

Reference