Click or drag to resize

TrayResize Method

IT Hit User File System
Resizes the window to desired width and height, taking in count corrent scale

Namespace:  ITHit.FileSystem.Windows.WinUI
Assembly:  ITHit.FileSystem.Windows.WinUI (in ITHit.FileSystem.Windows.WinUI.dll) Version: 9.0.29481.0-Beta
Syntax
public void Resize(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
Desired width
height
Type: SystemInt32
Desired height
See Also