ScreenOverlaySize Constructor (Double, Double) |
Initializes a new instance with a specified width and height in pixels.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ScreenOverlaySize(
double width,
double height
)
Public Sub New (
width As Double,
height As Double
)
public:
ScreenOverlaySize(
double width,
double height
)
new :
width : float *
height : float -> ScreenOverlaySize
Parameters
- width
- Type: System.Double
The width in pixels. - height
- Type: System.Double
The height in pixels.
See Also