Click or drag to resize

IMcRegions2GetRoundedRect Method

Get information about a rotatable box feature.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Sub GetRoundedRect ( 
	lIndex As Integer,
	<OutAttribute> ByRef Bounds As Object,
	<OutAttribute> ByRef RoundnessXY As Object,
	<OutAttribute> ByRef Angle As Double
)

Parameters

lIndex
Type: SystemInt32
Index of subregion to report rotatable box parameters for.
Bounds
Type: SystemObject
Bounds of the unrotated rectangular box as a SINGLERECT.
RoundnessXY
Type: SystemObject
The X,Y axis lengths of the ellipse rounding the corners of the rectangle as a SINGLEPOINT.
Angle
Type: SystemDouble
orientation of the box in degrees counterclockwise from the horizontal. The value will be from zero to 360.
Remarks
The Type property for the lIndex feature must have the mcftRoundedBoxAny bit set in its Type or an error will result.
See Also