Class
Accessible
Camera.DirectRenderer.Overlay.GetMaxSize
Syntax
uEye.DirectRendererOverlay.GetMaxSize(out uEye.Types.Size<uint> size)
uEye.DirectRendererOverlay.GetMaxSize(out uint u32MaxWidth, out uint u32MaxHeight)
Description
Returns the width and height of the maximum overlay area supported by the graphics card.
Parameter
size |
Width: Maximum width of the overlay area |
Height: Maximum height of the overlay area |
|
u32MaxWidth |
Maximum width of the overlay area |
u32MaxHeight |
Maximum height of the overlay area |