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
Syntaxpublic void Resize(
int width,
int height
)
Public Sub Resize (
width As Integer,
height As Integer
)
public:
void Resize(
int width,
int height
)
member Resize :
width : int *
height : int -> unit
Parameters
- width
- Type: SystemInt32
Desired width - height
- Type: SystemInt32
Desired height
See Also