Click or drag to resize

consolePlatformsetWindowSize Method (cursorZoneSpatialPreset, Boolean)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the size of the window.

Namespace:  imbACE.Services.platform
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public void setWindowSize(
	cursorZoneSpatialPreset preset,
	bool doAutoDeploySize = true
)
Request Example View Source

Parameters

preset
Type: cursorZoneSpatialPreset
The preset.
doAutoDeploySize (Optional)
Type: SystemBoolean
if set to true [do automatic deploy size].

Implements

IPlatformBasesetWindowSize(cursorZoneSpatialPreset, Boolean)
See Also