Click or drag to resize
DigitalRuneD3DImagePresentationTargetIsFrontBufferAvailable Property
Gets a value that indicates whether a front buffer exists for the internal D3DImage. This is a dependency property.

Namespace: DigitalRune.Graphics.Interop
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
[BrowsableAttribute(false)]
public bool IsFrontBufferAvailable { get; }

Property Value

Type: Boolean
if a front buffer exists for the internal D3DImage; otherwise, .
See Also