Struct SegmentInfo
Returns metadata about the point along a path.
Inherited Members
Namespace: SixLabors.ImageSharp.Drawing
Assembly: SixLabors.ImageSharp.Drawing.dll
Syntax
public readonly struct SegmentInfo
Properties
| Edit this page View SourceAngle
Gets the angle of the segment. Measured in radians.
Declaration
public float Angle { get; init; }
Property Value
Type | Description |
---|---|
float |
Point
Gets the point on the path
Declaration
public PointF Point { get; init; }
Property Value
Type | Description |
---|---|
PointF |