Table of Contents

Method PixelFromDipD

Namespace
Alternet.UI.Extensions
Assembly
Alternet.UI.Common.dll

PixelFromDipD(PointD[], double?)

Converts array of PointD to array of SKPoint using the specified scaleFactor.

public static SKPoint[] PixelFromDipD(this PointD[] points, double? scaleFactor = null)

Parameters

points PointD[]

Array of points.

scaleFactor double?

Scale factor. Optional. If not specified, the default scale factor is used.

Returns

SKPoint[]