Click or drag to resize

cursorZoneSpatialSettings Constructor (Int32, Int32, Int32, Int32, Int32, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the cursorZoneSpatialSettings class

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public cursorZoneSpatialSettings(
	int __width,
	int __height,
	int __leftRightMargin,
	int __topBottomMargin,
	int __leftRightPadding,
	int __topBottomPadding
)
Request Example View Source

Parameters

__width
Type: SystemInt32
__height
Type: SystemInt32
__leftRightMargin
Type: SystemInt32
__topBottomMargin
Type: SystemInt32
__leftRightPadding
Type: SystemInt32
__topBottomPadding
Type: SystemInt32
See Also