Class
Accessible
Camera.DirectRenderer.Overlay.GetSize
Syntax
uEye.DirectRendererOverlay.GetSize(out uEye.Types.Size<uint> size)
uEye.DirectRendererOverlay.GetSize(out uint u32Width, out uint u32Height)
Description
Returns the size of the overlay area.
Parameter
size |
Width: Returns the width of the overlay area |
Height: Returns the height of the overlay area |
|
u32Width |
Returns the width of the overlay area |
u32Height |
Returns the height of the overlay area |