ScreenOverlaySize Structure |
Namespace: AGI.Foundation.Graphics.Advanced
The ScreenOverlaySize type exposes the following members.
Name | Description | |
---|---|---|
ScreenOverlaySize(Double, Double) |
Initializes a new instance with a specified width and height in pixels.
| |
ScreenOverlaySize(Double, Double, ScreenOverlayUnit, ScreenOverlayUnit) |
Initializes a new instance with a specified width and height expressed in specified units.
|
Name | Description | |
---|---|---|
Height |
Gets the height of the overlay. The unit is specified by the HeightUnit property.
| |
HeightUnit |
Gets the unit with which the Height property is represented.
| |
Width |
Gets the width of the overlay. The unit is specified by the WidthUnit property.
| |
WidthUnit |
Gets the unit with which the Width property is represented.
|
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |