Click or drag to resize
AB4D logo

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.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public void Resize(
	int newWidth,
	int newHeight
)

Parameters

newWidth  Int32
new width
newHeight  Int32
new height
See Also