TextureScreenOverlay 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.2.419.0 (24.2.419.0)
Syntax public TextureScreenOverlay(
ScreenOverlayPoint position,
ScreenOverlaySize size
)
Public Sub New (
position As ScreenOverlayPoint,
size As ScreenOverlaySize
)
public:
TextureScreenOverlay(
ScreenOverlayPoint position,
ScreenOverlaySize size
)
new :
position : ScreenOverlayPoint *
size : ScreenOverlaySize -> TextureScreenOverlay
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