Table of Contents

Method PixelToDip

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

PixelToDip(double)

Converts this point to device-independent units using the specified scale factor.

public readonly PointD PixelToDip(double scaleFactor)

Parameters

scaleFactor double

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

Returns

PointD