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: 24.2.419.0 (24.2.419.0)
Syntax public 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: SystemDouble
The width in pixels. - height
- Type: SystemDouble
The height in pixels.
See Also