DrawPick Class |
Namespace: Imsl.Chart2D
The DrawPick type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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).) |
![]() | FillPolygon(GraphicsPath) |
Fill a polygon defined by a Polygon object.
(Overrides Draw.FillPolygon(GraphicsPath).) |
![]() | FillPolygon(Int32[],Int32[], Int32) |
Fills a polygon.
(Overrides Draw.FillPolygon(Int32[],Int32[], Int32).) |
![]() | FillRectangle |
Fill a rectangle.
(Overrides Draw.FillRectangle(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.) |
![]() | 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).) |
Name | Description | |
---|---|---|
![]() | ClipBounds |
Contains the rectangle to be used for clipping.
(Inherited from Draw.) |
![]() | DeviceMarkerSize |
The marker size in device coordinates.
(Inherited from Draw.) |
![]() | 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.
|