The DrawPick type exposes the following members.

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.
(Overrides Draw..::.DrawText(Text, Int32, Int32).)
EndErrorBar
Finsih drawing an error bar.
(Overrides Draw..::.EndErrorBar()()().)
EndFill
Finish drawing a filled region.
(Overrides Draw..::.EndFill()()().)
EndImage
Finsih drawing an image.
(Overrides Draw..::.EndImage()()().)
EndLine
Finish drawing lines.
(Overrides Draw..::.EndLine()()().)
EndMarker
Finish drawing markers.
(Overrides Draw..::.EndMarker()()().)
EndText
Finish 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.)
Fire
Invoke the delegates for all of the picked nodes.
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).)

See Also