Name | Description | |
---|---|---|
Graphics Constructor | Initializes a new instance of the Graphics class. |
The following tables list the members exposed by Graphics.
Name | Description | |
---|---|---|
Graphics Constructor | Initializes a new instance of the Graphics class. |
Name | Description | |
---|---|---|
ClipBound | Gets the System.Drawing.Rectangle structure that bounds the clipping region of this Graphics object. | |
DeviceContext | Gets the DeviceContext of the Graphics. | |
DpiX | Gets the horizontal resolution of this Graphics object. | |
DpiY | Gets the vertical resolution of this Graphics object. | |
PageScale | Gets or sets the scaling between world units and page units for this Graphics object. | |
PageUnit | Gets or sets the unit of measure used for page coordinates in this Graphics object. | |
Transform | Gets or sets the world transformation for this Graphics object. |
Name | Description | |
---|---|---|
Copy | Overloaded. Performs a bit-block transfer of the color data corresponding to a rectangle of pixels from the specified source Graphics object into a destination Graphics object. | |
Dispose | Releases all resources used by this Graphics object. | |
DrawArc | Draw the special arc by using the given pen | |
DrawBezier | Draws one Bezier curves on current Graphics . | |
DrawBeziers | Draw the special Bezier curve on current Graphics by using the special pen. | |
DrawEllipse | Draw the special ellipse by using the given pen | |
DrawLine | Draw the special line by using given pen | |
DrawLines | Draw the special lines on current Graphics by using the special pen. | |
DrawRectangle | Draw the special rectangle by using the given pen | |
DrawString | Overloaded. Draws the specified text string at the specified location with the specified Brush and Font objects using the formatting attributes of the specified StringFormat object. | |
ExcludeClip | Overloaded. Updates the clip region of this Graphics object to exclude the area specified by a System.Drawing.Rectangle structure. | |
FillEllipse | Fill the special ellipse on current Grapchis by using special brush | |
FillPie | Fill the special pie on current Grapchis by using special brush | |
FillPolygon | Fill the special polygon on current Grapchis by using special brush | |
FillRectangle | Fill the specified rectangle by using the given brush. | |
FillRegion | Fill the special region on current Grapchis by using special brush | |
FromGdiplusGraphics | Overloaded. Creates a new gdi graphics from a gdi+ graphics. | |
GetClip | Gets the region of the current clipping region of graphics. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
IntersectClip | Overloaded. Updates the clip region of this Graphics object to the intersection of the current clip region and the specified System.Drawing.Rectangle structure. | |
MeasureString | Measures the specified string when drawn with the specified Font object and formatted with the specified StringFormat object. | |
Scroll | Moves the specified rectangle by offfset values. | |
SetClip | Overloaded. Sets the clipping region of this Graphics object to the result of the Replace combining the current clip region and the specified Region object. | |
ToGdiplusGraphics | Creates a new gdi+ graphics from a gdi graphics. | |
TranslateClip | Translates the clipping region of this Graphics object by specified amounts in the horizontal and vertical directions. | |
TranslateTransform | Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics object. |
Name | Description | |
---|---|---|
Finalize | Deletes this Graphics, and frees the memory allocated for it. | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |