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.2.419.0 (24.2.419.0)
Syntax public enum ScreenOverlayUnit
Public Enumeration ScreenOverlayUnit
public enum class ScreenOverlayUnit
Members
| Member name | Description |
---|
| Pixels | The value is specified in pixels. |
| Fraction | The value is specified as a fraction of the overlay's parent, where 0.0 is 0% and 1.0 is 100%. |
See Also