SKPath.GetLine Method

Definition

Returns the two points of the path.

public SkiaSharp.SKPoint[] GetLine ();

Returns

Returns the two points of the path.

Remarks

If the path is not a single, straight line, then null is returned. See also IsLine.

Applies to