|
| Name | Description |
|---|
.gif) | AddMetafileComment |
Adds a comment to the current Metafile.
|
.gif) | BeginContainer | Overloaded.
Saves a graphics container with the current state of this Graphics and opens and uses a new graphics container.
|
.gif) .gif) | Clear |
Clears the entire drawing surface and fills it with the specified background color.
|
.gif) | CopyFromScreen | Overloaded.
Performs a bit-block transfer of color data from the screen to the drawing surface of the Graphics.
|
.gif) | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
.gif) .gif) | Dispose |
Releases all resources used by this Graphics.
|
.gif) | DrawArc | Overloaded.
Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height.
|
.gif) | DrawBezier | Overloaded.
Draws a Bézier spline defined by four Point structures.
|
.gif) | DrawBeziers | Overloaded.
Draws a series of Bézier splines from an array of Point structures.
|
.gif) | DrawClosedCurve | Overloaded.
Draws a closed cardinal spline defined by an array of Point structures.
|
.gif) | DrawCurve | Overloaded.
Draws a cardinal spline through a specified array of Point structures.
|
.gif) .gif) | DrawEllipse | Overloaded.
Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.
|
.gif) .gif) | DrawIcon | Overloaded.
Draws the image represented by the specified Icon at the specified coordinates.
|
.gif) | DrawIconUnstretched |
Draws the image represented by the specified Icon without scaling the image.
|
.gif) .gif) | DrawImage | Overloaded.
Draws the specified Image at the specified location and with the original size.
|
.gif) | DrawImageUnscaled | Overloaded.
Draws the specified image using its original physical size at the location specified by a coordinate pair.
|
.gif) | DrawImageUnscaledAndClipped |
Draws the specified image without scaling and clips it, if necessary, to fit in the specified rectangle.
|
.gif) .gif) | DrawLine | Overloaded.
Draws a line connecting the two points specified by the coordinate pairs.
|
.gif) .gif) | DrawLines | Overloaded.
Draws a series of line segments that connect an array of Point structures.
|
.gif) | DrawPath |
Draws a GraphicsPath.
|
.gif) | DrawPie | Overloaded.
Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, a height, and two radial lines.
|
.gif) .gif) | DrawPolygon | Overloaded.
Draws a polygon defined by an array of Point structures.
|
.gif) .gif) | DrawRectangle | Overloaded.
Draws a rectangle specified by a coordinate pair, a width, and a height.
|
.gif) | DrawRectangles | Overloaded.
Draws a series of rectangles specified by Rectangle structures.
|
.gif) .gif) | DrawString | Overloaded.
Draws the specified text string at the specified location with the specified Brush and Font objects.
|
.gif) | EndContainer |
Closes the current graphics container and restores the state of this Graphics to the state saved by a call to the BeginContainer method.
|
.gif) | EnumerateMetafile | Overloaded.
Sends the records in the specified Metafile, one at a time, to a callback method for display at a specified point.
|
.gif) .gif) | Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
.gif) | ExcludeClip | Overloaded.
Updates the clip region of this Graphics to exclude the area specified by a Rectangle structure.
|
.gif) | FillClosedCurve | Overloaded.
Fills the interior of a closed cardinal spline curve defined by an array of Point structures.
|
.gif) .gif) | FillEllipse | Overloaded.
Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height.
|
.gif) | FillPath |
Fills the interior of a GraphicsPath.
|
.gif) | FillPie | Overloaded.
Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines.
|
.gif) .gif) | FillPolygon | Overloaded.
Fills the interior of a polygon defined by an array of points specified by Point structures.
|
.gif) .gif) | FillRectangle | Overloaded.
Fills the interior of a rectangle specified by a pair of coordinates, a width, and a height.
|
.gif) | FillRectangles | Overloaded.
Fills the interiors of a series of rectangles specified by Rectangle structures.
|
.gif) .gif) | FillRegion |
Fills the interior of a Region.
|
.gif) .gif) | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
.gif) | Flush | Overloaded.
Forces execution of all pending graphics operations and returns immediately without waiting for the operations to finish.
|
.gif) .gif) .gif) | FromHdc | Overloaded.
Creates a new Graphics from the specified handle to a device context.
|
.gif) .gif) | FromHdcInternal | Infrastructure.
Returns a Graphics for the specified device context.
|
.gif) .gif) .gif) | FromHow | Infrastructure.
Creates a graphics object.
|
.gif) .gif) | FromHwnd |
Creates a new Graphics from the specified handle to a window.
|
.gif) .gif) | FromHwndInternal | Infrastructure.
Creates a new Graphics for the specified windows handle.
|
.gif) .gif) .gif) | FromImage |
Creates a new Graphics from the specified Image.
|
.gif) | GetContextInfo | Infrastructure.
Gets the cumulative graphics context.
|
.gif) .gif) | GetHalftonePalette |
Gets a handle to the current Windows halftone palette.
|
.gif) .gif) | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
.gif) .gif) | GetHdc |
Gets the handle to the device context associated with this Graphics.
|
.gif) | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
.gif) | GetNearestColor |
Gets the nearest color to the specified Color structure.
|
.gif) .gif) | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
.gif) | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
.gif) | IntersectClip | Overloaded.
Updates the clip region of this Graphics to the intersection of the current clip region and the specified Rectangle structure.
|
.gif) | IsVisible | Overloaded.
Indicates whether the point specified by a pair of coordinates is contained within the visible clip region of this Graphics.
|
.gif) | MeasureCharacterRanges |
Gets an array of Region objects, each of which bounds a range of character positions within the specified string.
|
.gif) .gif) | MeasureString | Overloaded.
Measures the specified string when drawn with the specified Font.
|
.gif) .gif) | MemberwiseClone | Overloaded. |
.gif) | MultiplyTransform | Overloaded.
Multiplies the world transformation of this Graphics and specified the Matrix.
|
.gif) .gif) | ReleaseHdc | Overloaded.
Releases a device context handle obtained by a previous call to the GetHdc method of this Graphics.
|
.gif) | ReleaseHdcInternal | Infrastructure.
Releases a handle to a device context.
|
.gif) .gif) | ResetClip |
Resets the clip region of this Graphics to an infinite region.
|
.gif) | ResetTransform |
Resets the world transformation matrix of this Graphics to the identity matrix.
|
.gif) | Restore |
Restores the state of this Graphics to the state represented by a GraphicsState.
|
.gif) | RotateTransform | Overloaded.
Applies the specified rotation to the transformation matrix of this Graphics.
|
.gif) | Save |
Saves the current state of this Graphics and identifies the saved state with a GraphicsState.
|
.gif) | ScaleTransform | Overloaded.
Applies the specified scaling operation to the transformation matrix of this Graphics by prepending it to the object's transformation matrix.
|
.gif) | SetClip | Overloaded.
Sets the clipping region of this Graphics to the Clip property of the specified Graphics.
|
.gif) .gif) | ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |
.gif) | TransformPoints | Overloaded.
Transforms an array of points from one coordinate space to another using the current world and page transformations of this Graphics.
|
.gif) | TranslateClip | Overloaded.
Translates the clipping region of this Graphics by specified amounts in the horizontal and vertical directions.
|
.gif) | TranslateTransform | Overloaded.
Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics.
|