Click or drag to resize

IMcRegions2SetBox Method

Sets a feature to a rectangle.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Sub SetBox ( 
	lIndex As Integer,
	left As Single,
	top As Single,
	right As Single,
	bottom As Single
)

Parameters

lIndex
Type: SystemInt32
long : Index of feature to make into a mcftBox-type region. If -1, all existing features are removed and a single mcftBox-type region is created at index 0.
left
Type: SystemSingle
left side of the region
top
Type: SystemSingle
upper side of the region
right
Type: SystemSingle
right side of the region
bottom
Type: SystemSingle
bottom side of the region

Implements

IMcRegionsSetBox(Int32, Single, Single, Single, Single)
Remarks
The FeatureType will be mcftBox.
See Also