Class PathSegment
Inheritance
System.Object
PathSegment
Implements
IronSoftware.IPathSegment
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class PathSegment : Object, IPathSegment
Constructors
PathSegment(PointF, PathSegmentTypes, Boolean)
Declaration
public PathSegment(PointF Coordinate, PathSegmentTypes Type, bool IsClose = false)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.PointF | Coordinate | |
IronSoftware.PathSegmentTypes | Type | |
System.Boolean | IsClose |
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