CaptureBufferDescription.ControlEffects Property

Language:

Retrieves and sets whether the CaptureBuffer object supports capture effects.

Definition

Visual Basic Public Property ControlEffects As Boolean
C# public bool ControlEffects { get; set; }
C++ public:
property bool ControlEffects {
        bool get();
        void set(bool value);
}
JScript public function get ControlEffects() : boolean
public function set ControlEffects(boolean);

Property Value

System.Boolean
Value set that is set to true if the CaptureBuffer object supports capture effects; otherwise, false.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center