The Draw type exposes the following members.
Methods
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 | (Inherited from Object.) |
![]() | FillArc |
Fills a circular or elliptical arc covering the specified
rectangle.
|
![]() | FillPolygon | Overloaded. |
![]() | FillRectangle |
Fill a rectangle.
|
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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 | (Inherited from Object.) |
![]() | Translate |
Prepends the specified translation to the transformation matrix of
this Graphics object.
|