Click or drag to resize
AB4D logo

DXSceneBuffersInitialized Property

Gets a Boolean that specifis if SwapChain and buffers are created. This property can be false when DXScene is initialized with zero width and height.

Namespace:  Ab3d.DirectX
Assembly:  Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 5.2.8348.1045
Syntax
C#
public bool BuffersInitialized { get; }

Property Value

Type: Boolean
See Also