Table of Contents

Interface IDisplay

Namespace
Lime
Assembly
Lime.dll

Defines a display device.

public interface IDisplay

Properties

Position

Gets the size of display on the desktop in virtual pixels.

Vector2 Position { get; }

Property Value

Vector2

Size

Gets the size of display in virtual pixels.

Vector2 Size { get; }

Property Value

Vector2