Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates that the device can accelerate a memory copy from local video memory to system memory.
Definition
Visual Basic Public ReadOnly Property SupportsCopyToSystemMemory As Boolean C# public bool SupportsCopyToSystemMemory { get; } C++ public:
property bool SupportsCopyToSystemMemory {
bool get();
}JScript public function get SupportsCopyToSystemMemory() : boolean
Property Value
System.Boolean
Value that is true if the device can accelerate a memory copy from local video memory to system memory, or false if it cannot.This property is read-only.
Remarks
This capability guarantees that Device.GetRenderTargetData calls are hardware-accelerated. If this capability is absent, the call succeeds, but is slower.