Gets the exact location of the control in pixels on the screen

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public rect ScreenBounds { get; }

Property Value

Type: rect

Implements

IControl..::..ScreenBounds

Remarks

X and Y are relative to the parent container, which might have an offset as well. ScreenBounds returns the absolute coordinates of the control.

See Also