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
Size
Gets the size of display in virtual pixels.
Vector2 Size { get; }