Click or drag to resize

ScreenOverlayUnit Enumeration

A unit specifying how a screen overlay is sized and positioned relative to its parent.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum ScreenOverlayUnit
Members
  Member nameDescription
PixelsThe value is specified in pixels.
FractionThe value is specified as a fraction of the overlay's parent, where 0.0 is 0% and 1.0 is 100%.
See Also