Click or drag to resize
AB4D logo

DXSceneResize(Int32, Int32, Int32, Single, Single) Method

Resize method resizes the buffers needed to render the DXScene

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public void Resize(
	int newWidth,
	int newHeight,
	int superSamplingCount,
	float dpiScaleX,
	float dpiScaleY
)

Parameters

newWidth  Int32
new width
newHeight  Int32
new height
superSamplingCount  Int32
super-sampling count (1 for no super-sampling)
dpiScaleX  Single
dpiScaleX
dpiScaleY  Single
dpiScaleY
See Also