Table of Contents

Method ToSkiaPoints

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

ToSkiaPoints(Point[])

Converts an array of Point to SKPoint.

public static SKPoint[] ToSkiaPoints(Point[] points)

Parameters

points Point[]

Source points (may be null).

Returns

SKPoint[]

Array of SKPoint. Returns an empty array when input is null or empty.