|
DXSceneResize(Int32, Int32) Method |
Resize method resizes the buffers needed to render the DXScene (DpiScale values are preserved; to change or set DpiScale, call overloaded method that takes DpiScale parameters)
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntax public void Resize(
int newWidth,
int newHeight
)
Parameters
- newWidth Int32
- new width
- newHeight Int32
- new height
See Also