Table of Contents

Class PlessDisplayFactoryHandler

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

Implements dummy IDisplayFactoryHandler provider.

public abstract class PlessDisplayFactoryHandler : DisposableObject, IBaseObject, IDisposableObject, IDisplayFactoryHandler, IDisposable
Inheritance
PlessDisplayFactoryHandler
Implements

Methods

CreateDisplay()

Creates IDisplayHandler interface provider for the default display.

CreateDisplay(int)

Creates IDisplayHandler interface provider for the display with the specified index.

GetCount()

Gets the number of connected displays.

GetDefaultDPI()

Gets default base display resolution for the current platform as SizeI.

GetFromControl(Control)

Returns the index of the display on which the given control lies.

GetFromPoint(PointI)

Returns the index of the display on which the given point lies, or -1 if the point is not on any connected display.