Extends the .NET Compact Framework Graphics class. The following tables list the members exposed by the GraphicsEx type.
|
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the GraphicsEx class. |
Name | Description | |
---|---|---|
![]() |
Gets the current translation vector of this GraphicsEx object. |
Name | Description | |
---|---|---|
![]() |
Clears the entire drawing surface and fills it with the specified background color. |
|
![]() |
Disposes the underlying Graphics object. |
|
![]() |
Overloaded. The DrawImage methods are used to draw an image at a specified position. Some of the overloads let you specify a color key and a size to which the image is stretched. |
|
![]() |
Overloaded. Draws a line connecting two points. |
|
![]() |
Draws a polygon defined by an array of .NET Point structures. |
|
![]() |
Overloaded. Draws a rectangle at the specified position with the specified size. |
|
![]() |
Overloaded. Draws the specified text string at the specified location with the specified Brush and Font objects. |
|
![]() |
Fills the interior of a polygon defined by an array of points specified by .NET Point structures. |
|
![]() |
Fills the interior of a rectangle specified by a .NET Rectangle structure. |
|
![]() |
Returns the line spacing of a specified .NET Font object. |
|
![]() |
Measures the extent of the string in the specified font. |
|
![]() |
Sets the transformation applied to this GraphicsEx object to the identity transformation. |
|
![]() |
Appends the specified translation to the current translation transformation of this GraphicsEx object. |