Click or drag to resize

stylerForRangegetArea Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets area that matches this position.

Namespace:  imbSCI.Core.reporting.style
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public selectRangeArea getArea(
	int x,
	int y,
	bool completeArea = false
)
Request Example View Source

Parameters

x
Type: SystemInt32
The x.
y
Type: SystemInt32
The y.
completeArea (Optional)
Type: SystemBoolean
if set to true returns complete area not sliced part

Return Value

Type: selectRangeArea
See Also