| DrawMap Methods |
The DrawMap type exposes the following members.
| Name | Description | |
|---|---|---|
| DrawArc |
Draws the outline of a circular or elliptical arc covering the
specified rectangle.
(Overrides DrawDrawArc(Int32, Int32, Int32, Int32, Int32, Int32).) | |
| DrawClippedImage |
Draw an image with clipping.
(Inherited from Draw.) | |
| DrawErrorBar |
Draws an error bar.
(Overrides DrawDrawErrorBar(Int32, Int32, Int32, Int32, Int32).) | |
| DrawImage |
Draws the specified image at the location specified by a coordinate
pair.
(Overrides DrawDrawImage(Image, Int32, Int32).) | |
| DrawLine |
Draws a line from between two points.
(Overrides DrawDrawLine(Int32, Int32, Int32, Int32).) | |
| DrawMarker |
Draws a marker.
(Overrides DrawDrawMarker(Int32, Int32).) | |
| DrawText |
Draws a Text object.
(Inherited from Draw.) | |
| EndErrorBar |
Finish drawing an error bar.
(Overrides DrawEndErrorBar.) | |
| EndFill | Finish drawing a filled region. (Overrides DrawEndFill.) | |
| EndImage |
Finish drawing an image.
(Overrides DrawEndImage.) | |
| EndLine |
Finish drawing lines.
(Overrides DrawEndLine.) | |
| EndMarker |
Finish drawing markers.
(Overrides DrawEndMarker.) | |
| EndText |
Finsih drawing text.
(Overrides DrawEndText.) | |
| 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.
(Overrides DrawFillArc(Int32, Int32, Int32, Int32, Int32, Int32).) | |
| FillPolygon(GraphicsPath) |
Fill a polygon defined by a Polygon object.
(Overrides DrawFillPolygon(GraphicsPath).) | |
| FillPolygon(Int32, Int32, Int32) |
Fills a polygon.
(Overrides DrawFillPolygon(Int32, Int32, Int32).) | |
| FillRectangle |
Fill a rectangle.
(Overrides DrawFillRectangle(Int32, Int32, Int32, Int32).) | |
| 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.) | |
| 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.
(Inherited from Draw.) | |
| StartErrorBar |
Start drawing an error bar.
(Overrides DrawStartErrorBar.) | |
| StartFill |
Start drawing a filled region.
(Overrides DrawStartFill.) | |
| StartImage |
Start drawing an image.
(Overrides DrawStartImage.) | |
| StartLine |
Start drawing lines.
(Overrides DrawStartLine.) | |
| StartMarker |
Start drawing markers.
(Overrides DrawStartMarker.) | |
| StartText |
Start drawing text.
(Overrides DrawStartText.) | |
| Stop |
Called when a chart is finished being drawn.
(Inherited from Draw.) | |
| 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.
(Overrides DrawTranslate(Int32, Int32).) |