Table of Contents

Struct SegmentInfo

Namespace
SixLabors.ImageSharp.Drawing
Assembly
SixLabors.ImageSharp.Drawing.dll

Returns metadata about the point along a path.

public readonly struct SegmentInfo
Inherited Members

Properties

Angle

Gets the angle of the segment. Measured in radians.

public float Angle { get; init; }

Property Value

float

Point

Gets the point on the path

public PointF Point { get; init; }

Property Value

PointF