Click or drag to resize
DigitalRuneIPresentationTargetIsVisible Property
Gets or sets a value indicating whether the presentation target is displayed.

Namespace: DigitalRune.Graphics.Interop
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
bool IsVisible { get; }

Property Value

Type: Boolean
if the presentation target is visible; otherwise, .
Remarks
For the graphics engine: It is not necessary to render to invisible presentation targets.
See Also