Click or drag to resize

ScreenOverlaySize Structure

Describes the size 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 ScreenOverlaySize

The ScreenOverlaySize type exposes the following members.

Constructors
  NameDescription
Public methodScreenOverlaySize(Double, Double)
Initializes a new instance with a specified width and height in pixels.
Public methodScreenOverlaySize(Double, Double, ScreenOverlayUnit, ScreenOverlayUnit)
Initializes a new instance with a specified width and height expressed in specified units.
Top
Properties
  NameDescription
Public propertyHeight
Gets the height of the overlay. The unit is specified by the HeightUnit property.
Public propertyHeightUnit
Gets the unit with which the Height property is represented.
Public propertyWidth
Gets the width of the overlay. The unit is specified by the WidthUnit property.
Public propertyWidthUnit
Gets the unit with which the Width 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