Struct SegmentInfo
Returns metadata about the point along a path.
Inherited Members
Namespace: SixLabors.ImageSharp.Drawing
Assembly: SixLabors.ImageSharp.Drawing.dll
Syntax
public struct SegmentInfo
Fields
| Improve this Doc View SourceAngle
The angle of the segment.
Declaration
public float Angle
Field Value
Type | Description |
---|---|
Single |
Point
The point on the path
Declaration
public PointF Point
Field Value
Type | Description |
---|---|
PointF |