Table of Contents

Struct PathPoint

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

Represents metadata about a point along a path.

public readonly struct PathPoint
Inherited Members

Properties

Angle

Gets the forward angle of the segment, in degrees.

public float Angle { get; init; }

Property Value

float

Point

Gets the point on the path.

public PointF Point { get; init; }

Property Value

PointF

Tangent

Gets the normalized forward tangent of the segment.

public PointF Tangent { get; init; }

Property Value

PointF