Click or drag to resize
Draw Class
Renders the chart tree to the screen.
Inheritance Hierarchy

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

The Draw type exposes the following members.

Constructors
  NameDescription
Public methodDraw
Contructs a Draw object.
Top
Methods
  NameDescription
Public methodStatic memberCreateGradientBrush
Creates an acyclic GradientBrush.
Public methodDrawArc
Draws the outline of a circular or elliptical arc covering the specified rectangle.
Public methodDrawClippedImage
Draw an image with clipping.
Public methodDrawErrorBar
Draws an error bar.
Public methodDrawImage
Draws the specified image at the location specified by a coordinate pair.
Public methodDrawLine
Draws a line from between two points.
Public methodDrawMarker
Draws a marker.
Public methodDrawText
Draws a Text object.
Public methodEndErrorBar
Finish drawing an error bar.
Public methodEndFill
Finish drawing a filled region.
Public methodEndImage
Finish drawing an image.
Public methodEndLine
Finish drawing lines.
Public methodEndMarker
Finish drawing markers.
Public methodEndText
Finish drawing text.
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.
Public methodFillPolygon(GraphicsPath)
Fill a polygon defined by a Polygon object.
Public methodFillPolygon(Int32, Int32, Int32)
Fills a polygon.
Public methodFillRectangle
Fill a rectangle.
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetStringWidth
Gets the width of a string.
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.
Public methodStartErrorBar
Start drawing an ErrorBar.
Public methodStartFill
Start drawing a filled region.
Public methodStartImage
Start drawing an image.
Public methodStartLine
Start drawing a line.
Public methodStartMarker
Start drawing a marker.
Public methodStartText
Start drawing text.
Public methodStop
Called when a chart is finished being drawn.
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.
Top
Properties
  NameDescription
Public propertyClipBounds
Contains the rectangle to be used for clipping.
Public propertyDeviceMarkerSize
The marker size in device coordinates.
Public propertyNode
Specifies a ChartNode as the current node.
Public propertyScaleFont
The factor by which fonts are to be scaled.
Top
See Also