Click or drag to resize

cursorZoneCollectiongetBoundaryOf Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the boundary rectangle to hold all subzones with the specified role.

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public selectRangeArea getBoundaryOf(
	cursorZoneRole role,
	textCursorZone scope = textCursorZone.innerZone
)
Request Example View Source

Parameters

role
Type: imbSCI.Core.reporting.zonecursorZoneRole
The role of subzone or subzones to select
scope (Optional)
Type: imbSCI.Core.reporting.zonetextCursorZone
The scope to look into for each subzone

Return Value

Type: selectRangeArea
See Also