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.
Retrieves or sets whether the capture effect must be in hardware.
Definition
Visual Basic Public Property LocateInHardware As Boolean C# public bool LocateInHardware { get; set; } C++ public:
property bool LocateInHardware {
bool get();
void set(bool value);
}JScript public function get LocateInHardware() : boolean
public function set LocateInHardware(boolean);
Property Value
System.Boolean
Value that is set to true if the capture effect must be in hardware; otherwise, false.This property is read/write.
Remarks
Because Microsoft DirectX 9.0 does not support hardware acceleration of capture effects, this flag should not be used.