Table of Contents

Method DebugBezierPointsAssert

Namespace
Alternet.Skia
Assembly
Alternet.UI.Common.dll

DebugBezierPointsAssert(ReadOnlySpan<SKPoint>)

Checks whether array of SKPoint parameter is ok.

[Conditional("DEBUG")]
public static void DebugBezierPointsAssert(ReadOnlySpan<SKPoint> points)

Parameters

points ReadOnlySpan<SKPoint>

Parameter value.

Exceptions

Exception

Raised if parameter is not ok.