The Draw type exposes the following members.

Constructors

NameDescription
Draw
Contructs a Draw object.

Methods

NameDescription
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.
FillPolygonOverloaded.
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
Returns a String that represents the current Object.
(Inherited from Object.)
Translate
Prepends the specified translation to the transformation matrix of this Graphics object.

Properties

NameDescription
ClipBounds
Contains the rectangle to be used for clipping.
DeviceMarkerSize
The marker size in device coordinates.
Node
Specifies a ChartNode as the current node.
ScaleFont
The factor by which fonts are to be scaled.

See Also