IApplicationResize Method

Size the applications main window

Namespace:  Tekla.Structural.InteropAssemblies.Tedds
Assembly:  Tedds.TeddsIA (in Tedds.TeddsIA.dll) Version: 25.0.0.0
Syntax
void Resize(
	int Width,
	int Height
)

Parameters

Width
Type: SystemInt32
Width of window in pixels
Height
Type: SystemInt32
Height of window in pixels
See Also