DXGraphics Methods
Allows you to draw graphics content.Name | Description |
---|---|
Clear |
Clears the entire drawing surface and fills it with the specified background color. |
Dispose() |
Disposes of the DXGraphics object.
|
Draw |
Draws an arc specified by a rectangle. |
Draw |
Draws a Bezier spline defined by points. |
Draw |
Draws a series of Bezier splines defined by an array of points. |
Draw |
Draws an ellipse in the specified rectangle. |
Draw |
Draws a portion of the image so that it fits into the specified rectnangle. |
Draw |
Draws an image so that it fits into the specified rectnagle. |
Draw |
Draws an image at the specified location. |
Draw |
Draws a line that connects two points. |
Draw |
Draws a line that connects two points. |
Draw |
Draws a series of lines that connects an array of points. |
Draw |
Draws a series of lines that connects an array of points. |
Draw |
Draws a DXGraphics |
Draw |
Draws a pie shape. |
Draw |
Draws a polygon defined by an array of points. |
Draw |
Draws a rectangle. |
Draw |
Draws text in the specified rectangle. Allows you to specify brush, font, and string parameters. |
Draw |
Draws text in the specified rectangle. Allows you to specify brush, font, and string parameters. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Fill |
Fills the interior of an ellipse located in the specified rectangle. |
Fill |
Fills the interior of the specified path. |
Fill |
Fills the interior of the pie shape. |
Fill |
Fills the interior of a polygon specified by array points. |
Fill |
Fills the interior of a rectangle located in the specified area. |
Fill |
Fills the interior of a rectangle located in the specified area. |
Fill |
Fills the interior of a rectangle located in the specified area. |
Fill |
Fills the interior of a region. |
Flush() | Forces execution of all pending graphics operations and returns immediately without waiting for the operations to finish. |
From |
Creates a new object from the specified image. |
Get |
Gets a region that limits the drawing region of the graphics layout. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Measure |
Measures the specified string when drawn with the specified font, text layout size, and format. |
Measure |
Measures the specified string when drawn with the specified font, text layout size, and format. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Multiply |
Multiplies the world transformation by a matrix in the specified order. |
Multiply |
Multiplies the world transformation by the specified matrix. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset |
Resets the world transformation matrix to the identity matrix. |
Restore |
Restores the state of this DXGraphics to the specified state.
|
Rotate |
Applies a rotation to the transformation matrix in the specified order. |
Rotate |
Applies the specified rotation to the transformation matrix. |
Save() |
Saves the current state of the DXGraphics object.
|
Scale |
Scales the coordinate system by the specified scale factor. Allows you to set the operation order. |
Scale |
Scales the coordinate system by the specified scale factor. |
Set |
Performs the specified combining operation with the current clip region and a DXGraphics object and sets the clipping rerion to the operation result.
|
Set |
Sets the clipping region of to the specified DXGraphics object.
|
Set |
Performs the specified combining operation with the current clip region and another region and sets the clipping region to the operation result. |
Set |
Sets the clipping region to the specified region. |
Set |
Performs the specified combining operation with the current clip region and a rectangle and sets the clipping region to the operation result. |
Set |
Sets the clipping region to the specified rectangle. |
To |
Returns a string that represents the current object. Inherited from Object. |
Translate |
Translates the coordinate system origin to the specified point. |
Translate |
Translates the coordinate system origin to the specified point. |
See Also