Click or drag to resize
SizeChangedHandler Delegate

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:VRage.SizeChangedHandler"]

Namespace: VRage
Assembly: VRage (in VRage.dll) Version: 1.0.0.0
Syntax
C#
public delegate void SizeChangedHandler(
	int width,
	int height,
	MyViewport viewport
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
viewport
Type: MyViewport
See Also