CaptureBufferDescription.ControlEffects Property |
Language: |
Retrieves and sets whether the CaptureBuffer object supports capture effects.
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);
System.Boolean
This property is read/write.
Value set that is set to true if the CaptureBuffer object supports capture effects; otherwise, false.
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