Class PathElement
PathElement class.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.SVG.IO
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class PathElement : SuperElement, IElement, IStrokeAttributes, IFillAttributes, ITransformAttribute, IStyleAttribute, IFontAttributes, IViewBoxAttribute, IOpacityAttribute, IClipingAttribute
Constructors
PathElement()
Initializes a new instance of the PathElement class.
Declaration
public PathElement()
Properties
D
Gets or sets the data.
Declaration
public Data D { get; set; }
Property Value
Type | Description |
---|---|
Data | The data. |
Methods
DrawSelf(Graphics)
Draws self.
Declaration
protected override void DrawSelf(Graphics g)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | g | The graphics. |
Overrides
GetPath()
Gets the path.
Declaration
public GraphicsPath GetPath()
Returns
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsPath | The graphics path |