The DrawMap type exposes the following members.

Constructors

NameDescription
DrawMap
Contructs a DrawMap object.

Methods

NameDescription
DrawArc
Draws the outline of a circular or elliptical arc covering the specified rectangle.
(Overrides Draw..::.DrawArc(Int32, Int32, Int32, Int32, Int32, Int32).)
DrawClippedImage
Draw an image with clipping.
(Inherited from Draw.)
DrawErrorBar
Draws an error bar.
(Overrides Draw..::.DrawErrorBar(Int32, Int32, Int32, Int32, Int32).)
DrawImage
Draws the specified image at the location specified by a coordinate pair.
(Overrides Draw..::.DrawImage(Image, Int32, Int32).)
DrawLine
Draws a line from between two points.
(Overrides Draw..::.DrawLine(Int32, Int32, Int32, Int32).)
DrawMarker
Draws a marker.
(Overrides Draw..::.DrawMarker(Int32, Int32).)
DrawText
Draws a Text object.
(Inherited from Draw.)
EndErrorBar
Finish drawing an error bar.
(Overrides Draw..::.EndErrorBar()()().)
EndFill
Finish drawing a filled region.
(Overrides Draw..::.EndFill()()().)
EndImage
Finish drawing an image.
(Overrides Draw..::.EndImage()()().)
EndLine
Finish drawing lines.
(Overrides Draw..::.EndLine()()().)
EndMarker
Finish drawing markers.
(Overrides Draw..::.EndMarker()()().)
EndText
Finsih drawing text.
(Overrides Draw..::.EndText()()().)
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 Draw..::.FillArc(Int32, Int32, Int32, Int32, Int32, Int32).)
FillPolygonOverloaded.
FillRectangle
Fill a rectangle.
(Overrides Draw..::.FillRectangle(Int32, Int32, Int32, Int32).)
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.)
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 Draw..::.StartErrorBar()()().)
StartFill
Start drawing a filled region.
(Overrides Draw..::.StartFill()()().)
StartImage
Start drawing an image.
(Overrides Draw..::.StartImage()()().)
StartLine
Start drawing lines.
(Overrides Draw..::.StartLine()()().)
StartMarker
Start drawing markers.
(Overrides Draw..::.StartMarker()()().)
StartText
Start drawing text.
(Overrides Draw..::.StartText()()().)
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 Draw..::.Translate(Int32, Int32).)

Properties

NameDescription
ClipBounds
Contains the rectangle to be used for clipping.
(Inherited from Draw.)
DeviceMarkerSize
The marker size in device coordinates.
(Inherited from Draw.)
Map
Returns the body of the HTML imagemap.
Node
Specifies the current node of the chart tree.
(Overrides Draw..::.Node.)
ScaleFont
The factor by which fonts are to be scaled.
(Inherited from Draw.)
Tolerance
The minimum distance that an event can be from a point or a line and still be considered a hit.

See Also