PathEntryItem Class

Information about an individual SVG path entry.

Definition

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

Constructors

PathEntryItemInitializes a new instance of the PathEntryItem class

Properties

Action Get/Set the action to take.
Points Get a reference to the points assigned to this action.

Methods

Clone Create a deep copy of the provided path entry item.
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