Click or drag to resize

ScreenOverlay Constructor (ScreenOverlayPoint, ScreenOverlaySize)

Initializes the overlay with the specified position and size.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScreenOverlay(
	ScreenOverlayPoint position,
	ScreenOverlaySize size
)

Parameters

position
Type: AGI.Foundation.Graphics.AdvancedScreenOverlayPoint
The position of the overlay.
size
Type: AGI.Foundation.Graphics.AdvancedScreenOverlaySize
The size of the overlay.
See Also