GetBoundingRect Method

NI Vision for Visual Basic

GetBoundingRect Method

Syntax

CWIMAQRegion.GetBoundingRect Left, Top, Width, Height

Purpose

Obsolete—Use GetBoundingRectangle instead. Returns the bounding rectangle of the region.

Parameters

Left As Long

The left edge of the bounding rectangle.

Top As Long

The top edge of the bounding rectangle.

Width As Long

The width of the bounding rectangle.

Height As Long

The height of the bounding rectangle.

See Also

GetBoundingRectangle