Table of Contents

Method GetDPI

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

GetDPI()

Returns the DPI of the display used by this object.

public abstract SizeI GetDPI()

Returns

SizeI

A SizeD value that represents DPI of the device used by this control. If the DPI is not available, returns Size(0,0) object.