Click or drag to resize

cursorsetTempFrame Method (Int32, Int32, textCursorZoneCorner, Int32, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the temporary zone by adjusting

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public cursorZone setTempFrame(
	int rel_width,
	int rel_height,
	textCursorZoneCorner startPosition = textCursorZoneCorner.none,
	int leftRightPadding = 0,
	int topBottomPadding = 0
)
Request Example View Source

Parameters

rel_width
Type: SystemInt32
From current position to rel_width.
rel_height
Type: SystemInt32
Height of the relativerel_height
startPosition (Optional)
Type: imbSCI.Core.reporting.zonetextCursorZoneCorner
The start position.
leftRightPadding (Optional)
Type: SystemInt32
The left right padding.
topBottomPadding (Optional)
Type: SystemInt32
The top bottom padding.

Return Value

Type: cursorZone
See Also