Table of Contents

Method PixelToDip

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

PixelToDip(float)

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

public readonly PointD PixelToDip(float scaleFactor)

Parameters

scaleFactor float

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

Returns

PointD