|  | 
| DXSceneResize(Int32, Int32, Int32, Single, Single) Method | 
            Resize method resizes the buffers needed to render the DXScene
            
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
 Syntax
Syntaxpublic 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
See Also