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 software.
Definition
Visual Basic Public Property LocateInSoftware As Boolean C# public bool LocateInSoftware { get; set; } C++ public:
property bool LocateInSoftware {
bool get();
void set(bool value);
}JScript public function get LocateInSoftware() : boolean
public function set LocateInSoftware(boolean);
Property Value
System.Boolean
Value that is set to true if the capture effect must be in software; otherwise, false.This property is read/write.
Remarks
In Microsoft DirectX 9.0, all capture effects are in software regardless of whether this flag is set.