NPlot Documented Class Library

ArrowItem Members

ArrowItem overview

Public Static Methods

Equals (inherited from Object)Determines whether the specified Object instances are considered equal.
ReferenceEquals (inherited from Object)Determines whether the specified Object instances are the same instance.

Public Instance Constructors

ArrowItem Overloaded. Initializes a new instance of the ArrowItem class.

Public Instance Properties

Angle Angle of arrow anti-clockwise to right horizontal in degrees.
ArrowColor The color of the pen used to draw the arrow.
HeadAngle angle between sides of arrow head in degrees
HeadOffset Offset the whole arrow back in the arrow direction this many pixels from the point it's pointing to.
HeadSize Size of the arrow head sides in pixels.
PhysicalLength Physical length of the arrow.
Text Text associated with the arrow.
TextBrush The brush used to draw the text associated with the arrow.
TextColor Set the text to be drawn with a solid brush of this color.
TextFont The font used to draw the text associated with the arrow.
To The point the arrow points to.

Public Instance Methods

Draw Draws the arrow on a plot surface.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current 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

ArrowItem Class | NPlot Namespace