Click or drag to resize

ScreenOverlayPoint Structure

Describes the position of a screen overlay.

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 struct ScreenOverlayPoint

The ScreenOverlayPoint type exposes the following members.

Constructors
  NameDescription
Public methodScreenOverlayPoint(Double, Double)
Initializes a new instance with a specified position in pixels.
Public methodScreenOverlayPoint(Double, Double, ScreenOverlayUnit, ScreenOverlayUnit)
Initializes a new instance with a specified position expressed in specified units.
Top
Properties
  NameDescription
Public propertyX
Gets the X position of the overlay. The unit is specified by the XUnit property.
Public propertyXUnit
Gets the unit with which the X property is represented.
Public propertyY
Gets the Y position of the overlay. The unit is specified by the YUnit property.
Public propertyYUnit
Gets the unit with which the Y property is represented.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also