Class PathSegment
Inheritance
System.Object
PathSegment
Implements
IronSoftware.IPathSegment
Namespace: IronSoftware
Assembly: IronPdf.dll
Syntax
public class PathSegment : Object, IPathSegment
Constructors
PathSegment()
Declaration
public PathSegment()
Properties
Coordinate
Declaration
public PointF Coordinate { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.PointF |
IsClose
Declaration
public bool IsClose { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Type
Declaration
public PathSegmentTypes Type { get; set; }
Property Value
Type | Description |
---|---|
IronSoftware.PathSegmentTypes |
Implements
IronSoftware.IPathSegment