PlotPointItem Class

Information about an individual plot point.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2722.4017
C#
public class PlotPointItem
Inheritance
Object    PlotPointItem

Constructors

PlotPointItem Create a new instance of the PlotPointItem item.
PlotPointItem(PlotPointPenStatus) Create a new instance of the PlotPointItem item.

Properties

PenStatus Get/Set the pen status for this point.
Point Get/Set a reference to the literal point.

Methods

Clone Create a deep copy of the specified item and return that to the caller.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also