Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.DirectRendererOverlay

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