IMSL C# Numerical Library

DrawPick Members

DrawPick overview

Public Instance Constructors

DrawPick Constructor Contructs a DrawPick object.

Public Instance Properties

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

Public Instance Methods

DrawArc Draws the outline of a circular or elliptical arc covering the specified rectangle.
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 Finsih drawing an error bar.
EndFillFinish drawing a filled region.
EndImage Finsih drawing an image.
EndLine Finish drawing lines.
EndMarker Finish drawing markers.
EndText Finish drawing text.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
FillArc Fills a circular or elliptical arc covering the specified rectangle.
FillPolygonOverloaded. Fills a polygon.
FillRectangle Fill a rectangle.
Fire Invoke the delegates for all of the picked nodes.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
Start (inherited from Draw) Called just before a chart is drawn.
StartErrorBar Start drawing an error bar.
StartFillStart drawing a filled region.
StartImage Start drawing an image.
StartLine Start drawing lines.
StartMarker Start drawing markers.
StartText Start drawing text.
Stop (inherited from Draw) Called when a chart is finished being drawn.
ToString (inherited from Object) Returns a String that represents the current Object.
Translate Prepends the specified translation to the transformation matrix of this Graphics object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

DrawPick Class | Imsl.Chart2D Namespace