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: 6.1.8746.1045
Syntax
C#
public bool BuffersInitialized { get; }

Property Value

Boolean
See Also