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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 -> TextureScreenOverlayParameters
- position
 - Type: AGI.Foundation.Graphics.AdvancedScreenOverlayPoint
The position of the overlay. - size
 - Type: AGI.Foundation.Graphics.AdvancedScreenOverlaySize
The size of the overlay. 
See Also