Click or drag to resize
DrawMap Class
Creates an HTML client-side imagemap from a chart tree.
Inheritance Hierarchy

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

The DrawMap type exposes the following members.

Constructors
  NameDescription
Public methodDrawMap
Contructs a DrawMap object.
Top
Methods
  NameDescription
Public methodDrawArc
Draws the outline of a circular or elliptical arc covering the specified rectangle.
(Overrides DrawDrawArc(Int32, Int32, Int32, Int32, Int32, Int32).)
Public methodDrawClippedImage
Draw an image with clipping.
(Inherited from Draw.)
Public methodDrawErrorBar
Draws an error bar.
(Overrides DrawDrawErrorBar(Int32, Int32, Int32, Int32, Int32).)
Public methodDrawImage
Draws the specified image at the location specified by a coordinate pair.
(Overrides DrawDrawImage(Image, Int32, Int32).)
Public methodDrawLine
Draws a line from between two points.
(Overrides DrawDrawLine(Int32, Int32, Int32, Int32).)
Public methodDrawMarker
Draws a marker.
(Overrides DrawDrawMarker(Int32, Int32).)
Public methodDrawText
Draws a Text object.
(Inherited from Draw.)
Public methodEndErrorBar
Finish drawing an error bar.
(Overrides DrawEndErrorBar.)
Public methodEndFill
Finish drawing a filled region.
(Overrides DrawEndFill.)
Public methodEndImage
Finish drawing an image.
(Overrides DrawEndImage.)
Public methodEndLine
Finish drawing lines.
(Overrides DrawEndLine.)
Public methodEndMarker
Finish drawing markers.
(Overrides DrawEndMarker.)
Public methodEndText
Finsih drawing text.
(Overrides DrawEndText.)
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 DrawFillArc(Int32, Int32, Int32, Int32, Int32, Int32).)
Public methodFillPolygon(GraphicsPath)
Fill a polygon defined by a Polygon object.
(Overrides DrawFillPolygon(GraphicsPath).)
Public methodFillPolygon(Int32, Int32, Int32)
Fills a polygon.
(Overrides DrawFillPolygon(Int32, Int32, Int32).)
Public methodFillRectangle
Fill a rectangle.
(Overrides DrawFillRectangle(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 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 DrawStartErrorBar.)
Public methodStartFill
Start drawing a filled region.
(Overrides DrawStartFill.)
Public methodStartImage
Start drawing an image.
(Overrides DrawStartImage.)
Public methodStartLine
Start drawing lines.
(Overrides DrawStartLine.)
Public methodStartMarker
Start drawing markers.
(Overrides DrawStartMarker.)
Public methodStartText
Start drawing text.
(Overrides DrawStartText.)
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 DrawTranslate(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 propertyMap
Returns the body of the HTML imagemap.
Public propertyNode
Specifies the current node of the chart tree.
(Overrides DrawNode.)
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
Remarks

Entries in the imagemap correspond to nodes that define the HREF attribute.

See Also