Table of Contents

Method DebugBezierPointsAssert

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

DebugBezierPointsAssert(ReadOnlySpan<PointD>)

Checks whether array of PointD parameter is ok.

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

Parameters

points ReadOnlySpan<PointD>

Parameter value.

Exceptions

Exception

Raised if parameter is not ok.