Click or drag to resize

stylerForRangegetStyleShot Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Provides complete styleShotSet according to x,y coordinates and desired [!:aceCommonTypes.enums.appendType].

Namespace:  imbSCI.Core.reporting.style
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public styleShotSet getStyleShot(
	int x,
	int y,
	appendType type = appendType.none
)
Request Example View Source

Parameters

x
Type: SystemInt32
X (horizontal) position relative to selectRangeArea 0,0 point.
y
Type: SystemInt32
Y (vertical) position relative to selectRangeArea 0,0 point.
type (Optional)
Type: imbSCI.Data.enums.appendsappendType
If appendType.none it will automatically find the best match

Return Value

Type: styleShotSet
See Also