Click or drag to resize

cursorprojectArea Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Projects an area onto current cursor position and returns its crosection with allowed zone frame area if it colides with current frame zone

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public selectRangeArea projectArea(
	selectRangeArea area
)
Request Example View Source

Parameters

area
Type: imbSCI.Core.reporting.zoneselectRangeArea
The area.

Return Value

Type: selectRangeArea
area or part of area within allowed zone frame
See Also