Table of Contents

Method PixelFromDipI

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

PixelFromDipI(PointD[], double?)

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

public static SKPointI[] PixelFromDipI(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

SKPointI[]