Class PathSegment
Path segment
Inheritance
System.Object
PathSegment
Implements
IronSoftware.Abstractions.Pdf.IPdfPathSegment
IronSoftware.Abstractions.IPathSegment
Namespace: IronSoftware
Assembly: IronPdf.dll
Syntax
public class PathSegment : Object, IPdfPathSegment, 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 |
SeparateFromPrevious
Declaration
public bool SeparateFromPrevious { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Type
Declaration
public PathSegmentTypes Type { get; set; }
Property Value
| Type | Description |
|---|---|
| IronSoftware.Abstractions.PathSegmentTypes |
Implements
IronSoftware.Abstractions.Pdf.IPdfPathSegment
IronSoftware.Abstractions.IPathSegment