IHandler Methods |
The GraphicsIHandler type exposes the following members.
Name | Description | |
---|---|---|
Clear |
Resets all pixels in the ClipBounds region with the specified brush | |
CreateFromImage |
Creates the graphics object for drawing on the specified image | |
DrawArc |
Draws an arc with the specified pen | |
DrawEllipse |
Draws an outline of an ellipse with the specified pen | |
DrawImage(Image, RectangleF, RectangleF) |
Draws the source portion of an image, scaling to the specified destination | |
DrawImage(Image, Single, Single) |
Draws the specified image at a location with no scaling
| |
DrawImage(Image, Single, Single, Single, Single) |
Draws the specified image in a rectangle
| |
DrawLine |
Draws a line with the specified pen | |
DrawLines |
Draws a set of lines with the specified points | |
DrawPath |
Draws the specified path | |
DrawPolygon |
Draws an outline of a polygon with the specified points | |
DrawRectangle |
Draws a rectangle outline
| |
DrawText(FormattedText, PointF) |
Draws formatted text at the specified location
| |
DrawText(Font, Brush, Single, Single, String) |
Draws text with the specified font, brush and location
| |
FillEllipse |
Fills an ellipse with the specified brush | |
FillPath |
Fills the specified path | |
FillPie |
Fills a pie with the specified brush | |
FillRectangle |
Fills a rectangle with the specified brush | |
Flush |
Flushes the drawing (for some platforms)
| |
MeasureString |
Measures the string with the given font | |
MultiplyTransform |
Multiplies the co-ordinate system with the given matrix | |
ResetClip |
Resets the clip bounds to encompass the entire drawing area
| |
RestoreTransform |
Restores the transform state
| |
RotateTransform |
Rotates the co-ordinate system by the given angle | |
SaveTransform |
Saves the current transform state
| |
ScaleTransform |
Scales the co-ordinate system by a factor
| |
SetClip(IGraphicsPath) |
Sets the clip region to the specified path | |
SetClip(RectangleF) |
Sets the clip region to the specified rectangle | |
TranslateTransform |
Translates the origin of the co-ordinate system by the given offset
|