Method DebugBezierPointsAssert
DebugBezierPointsAssert(ReadOnlySpan<SKPoint>)
Checks whether array of SKPoint parameter is ok.
[Conditional("DEBUG")]
public static void DebugBezierPointsAssert(ReadOnlySpan<SKPoint> points)
Parameters
pointsReadOnlySpan<SKPoint>Parameter value.
Exceptions
- Exception
Raised if parameter is not ok.