Click or drag to resize
DrawPick Class
The DrawPick class.
Inheritance Hierarchy

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
[SerializableAttribute]
public class DrawPick : Draw

The DrawPick type exposes the following members.

Constructors
  NameDescription
Public methodDrawPick
Contructs a DrawPick object.
Top
Methods
  NameDescription
Public methodDrawArc
Draws the outline of a circular or elliptical arc covering the specified rectangle.
(Overrides Draw.DrawArc(Int32, Int32, Int32, Int32, Int32, Int32).)
Public methodDrawClippedImage
Draw an image with clipping.
(Inherited from Draw.)
Public methodDrawErrorBar
Draws an error bar.
(Overrides Draw.DrawErrorBar(Int32, Int32, Int32, Int32, Int32).)
Public methodDrawImage
Draws the specified image at the location specified by a coordinate pair.
(Overrides Draw.DrawImage(Image, Int32, Int32).)
Public methodDrawLine
Draws a line from between two points.
(Overrides Draw.DrawLine(Int32, Int32, Int32, Int32).)
Public methodDrawMarker
Draws a marker.
(Overrides Draw.DrawMarker(Int32, Int32).)
Public methodDrawText
Draws a Text object.
(Overrides Draw.DrawText(Text, Int32, Int32).)
Public methodEndErrorBar
Finsih drawing an error bar.
(Overrides Draw.EndErrorBar().)
Public methodEndFill
Finish drawing a filled region.
(Overrides Draw.EndFill().)
Public methodEndImage
Finsih drawing an image.
(Overrides Draw.EndImage().)
Public methodEndLine
Finish drawing lines.
(Overrides Draw.EndLine().)
Public methodEndMarker
Finish drawing markers.
(Overrides Draw.EndMarker().)
Public methodEndText
Finish drawing text.
(Overrides Draw.EndText().)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFillArc
Fills a circular or elliptical arc covering the specified rectangle.
(Overrides Draw.FillArc(Int32, Int32, Int32, Int32, Int32, Int32).)
Public methodFillPolygon(GraphicsPath)
Fill a polygon defined by a Polygon object.
(Overrides Draw.FillPolygon(GraphicsPath).)
Public methodFillPolygon(Int32[],Int32[], Int32)
Fills a polygon.
(Overrides Draw.FillPolygon(Int32[],Int32[], Int32).)
Public methodFillRectangle
Fill a rectangle.
(Overrides Draw.FillRectangle(Int32, Int32, Int32, Int32).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFire
Invoke the delegates for all of the picked nodes.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStart
Called just before a chart is drawn.
(Inherited from Draw.)
Public methodStartErrorBar
Start drawing an error bar.
(Overrides Draw.StartErrorBar().)
Public methodStartFill
Start drawing a filled region.
(Overrides Draw.StartFill().)
Public methodStartImage
Start drawing an image.
(Overrides Draw.StartImage().)
Public methodStartLine
Start drawing lines.
(Overrides Draw.StartLine().)
Public methodStartMarker
Start drawing markers.
(Overrides Draw.StartMarker().)
Public methodStartText
Start drawing text.
(Overrides Draw.StartText().)
Public methodStop
Called when a chart is finished being drawn.
(Inherited from Draw.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTranslate
Prepends the specified translation to the transformation matrix of this Graphics object.
(Overrides Draw.Translate(Int32, Int32).)
Top
Properties
  NameDescription
Public propertyClipBounds
Contains the rectangle to be used for clipping.
(Inherited from Draw.)
Public propertyDeviceMarkerSize
The marker size in device coordinates.
(Inherited from Draw.)
Public propertyNode
Specifies the current node of the chart tree.
(Overrides Draw.Node.)
Public propertyScaleFont
The factor by which fonts are to be scaled.
(Inherited from Draw.)
Public propertyTolerance
The minimum distance that an event can be from a point or a line and still be considered a hit.
Top
See Also