| 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 DrawDrawArc(Int32, Int32, Int32, Int32, Int32, Int32).) | |
| DrawClippedImage |
Draw an image with clipping.
(Inherited from Draw.) | |
| DrawErrorBar |
Draws an error bar.
(Overrides DrawDrawErrorBar(Int32, Int32, Int32, Int32, Int32).) | |
| DrawImage |
Draws the specified image at the location specified by a coordinate
pair.
(Overrides DrawDrawImage(Image, Int32, Int32).) | |
| DrawLine |
Draws a line from between two points.
(Overrides DrawDrawLine(Int32, Int32, Int32, Int32).) | |
| DrawMarker |
Draws a marker.
(Overrides DrawDrawMarker(Int32, Int32).) | |
| DrawText |
Draws a Text object.
(Overrides DrawDrawText(Text, Int32, Int32).) | |
| EndErrorBar |
Finsih drawing an error bar.
(Overrides DrawEndErrorBar.) | |
| EndFill | Finish drawing a filled region. (Overrides DrawEndFill.) | |
| EndImage |
Finsih drawing an image.
(Overrides DrawEndImage.) | |
| EndLine |
Finish drawing lines.
(Overrides DrawEndLine.) | |
| EndMarker |
Finish drawing markers.
(Overrides DrawEndMarker.) | |
| EndText |
Finish drawing text.
(Overrides DrawEndText.) | |
| 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 DrawFillArc(Int32, Int32, Int32, Int32, Int32, Int32).) | |
| FillPolygon(GraphicsPath) |
Fill a polygon defined by a Polygon object.
(Overrides DrawFillPolygon(GraphicsPath).) | |
| FillPolygon(Int32, Int32, Int32) |
Fills a polygon.
(Overrides DrawFillPolygon(Int32, Int32, Int32).) | |
| FillRectangle |
Fill a rectangle.
(Overrides DrawFillRectangle(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 DrawStartErrorBar.) | |
| StartFill | Start drawing a filled region. (Overrides DrawStartFill.) | |
| StartImage |
Start drawing an image.
(Overrides DrawStartImage.) | |
| StartLine |
Start drawing lines.
(Overrides DrawStartLine.) | |
| StartMarker |
Start drawing markers.
(Overrides DrawStartMarker.) | |
| StartText |
Start drawing text.
(Overrides DrawStartText.) | |
| 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 DrawTranslate(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 DrawNode.) | |
| 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.
|