|
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.0.8865.1045
Syntax public void Resize(
int newWidth,
int newHeight
)
Parameters
- newWidth Int32
- new width
- newHeight Int32
- new height
See Also