Draw Methods |
The Draw type exposes the following members.
Name | Description | |
---|---|---|
CreateGradientBrush |
Creates an acyclic GradientBrush.
| |
DrawArc |
Draws the outline of a circular or elliptical arc covering the
specified rectangle.
| |
DrawClippedImage |
Draw an image with clipping.
| |
DrawErrorBar |
Draws an error bar.
| |
DrawImage |
Draws the specified image at the location specified by a coordinate
pair.
| |
DrawLine |
Draws a line from between two points.
| |
DrawMarker |
Draws a marker.
| |
DrawText |
Draws a Text object.
| |
EndErrorBar |
Finish drawing an error bar.
| |
EndFill |
Finish drawing a filled region.
| |
EndImage |
Finish drawing an image.
| |
EndLine |
Finish drawing lines.
| |
EndMarker |
Finish drawing markers.
| |
EndText |
Finish drawing text.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FillArc |
Fills a circular or elliptical arc covering the specified
rectangle.
| |
FillPolygon(GraphicsPath) |
Fill a polygon defined by a Polygon object.
| |
FillPolygon(Int32, Int32, Int32) |
Fills a polygon.
| |
FillRectangle |
Fill a rectangle.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetStringWidth |
Gets the width of a string.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Start |
Called just before a chart is drawn.
| |
StartErrorBar |
Start drawing an ErrorBar.
| |
StartFill |
Start drawing a filled region.
| |
StartImage |
Start drawing an image.
| |
StartLine |
Start drawing a line.
| |
StartMarker |
Start drawing a marker.
| |
StartText |
Start drawing text.
| |
Stop |
Called when a chart is finished being drawn.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Translate |
Prepends the specified translation to the transformation matrix of
this Graphics object.
|