The Graphics type exposes the following members.
Name | Description | |
---|---|---|
Clip |
Gets a Region that limits the drawing region of this Graphics. |
|
ClipBounds |
Gets a RectangleF structure that bounds the clipping region of this Graphics. |
|
DpiX |
Gets the horizontal resolution of the drawing surface (in pixels per inch). |
|
DpiY |
Gets the vertical resolution of the drawing surface (in pixels per inch). |
|
Height |
Gets a height of the drawing surface (in pixels). |
|
IsClipEmpty |
Gets a value indicating whether the clipping region of this Graphics is empty. |
|
IsClipInfinite |
Gets a value indicating whether the clipping region is larger than a drawing surface. |
|
Mode |
Gets the value that specifies whether the Graphics where opened at HDC or Bitmap. |
|
Transform |
Gets or sets a copy of the geometric world transformation for this Graphics. |
|
Width |
Gets a width of the drawing surface (in pixels). |