Table of Contents

Method PixelFromDip

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

PixelFromDip(double?)

Converts this point to the pixel point using the specified scale factor.

public readonly PointI PixelFromDip(double? scaleFactor = null)

Parameters

scaleFactor double?

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

Returns

PointI