ScreenOverlayPoint Structure |
Namespace: AGI.Foundation.Graphics.Advanced
The ScreenOverlayPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| ScreenOverlayPoint(Double, Double) |
Initializes a new instance with a specified position in pixels.
| |
| ScreenOverlayPoint(Double, Double, ScreenOverlayUnit, ScreenOverlayUnit) |
Initializes a new instance with a specified position expressed in specified units.
|
| Name | Description | |
|---|---|---|
| X |
Gets the X position of the overlay. The unit is specified by the XUnit property.
| |
| XUnit |
Gets the unit with which the X property is represented.
| |
| Y |
Gets the Y position of the overlay. The unit is specified by the YUnit property.
| |
| YUnit |
Gets the unit with which the Y 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.) |