Click or drag to resize

styleSize Constructor (Int32, Int32)

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

Namespace:  imbSCI.Core.reporting.style.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public styleSize(
	int __width,
	int __height
)
Request Example View Source

Parameters

__width
Type: SystemInt32
The width.
__height
Type: SystemInt32
The height.
See Also