MotionDetector_GetCellLocation
Delphi
function MotionDetector_GetCellLocation (x: LongInt; y: LongInt; var X_Location: LongInt; var Y_Location: OleVariant): Boolean;
C++Builder
bool __fastcall MotionDetector_GetCellLocation(System::LongInt x, System::LongInt y, System::LongInt &XLocation, System::LongInt &YLocation);
C#
public bool MotionDetector_GetCellLocation(int x, int y, ref int XLocation, ref int YLocation);
VB.NET
Public Function MotionDetector_GetCellLocation(x As Integer, y As Integer, ByRef XLocation As Integer, ByRef YLocation As Integer) As Boolean
C++/Qt
BOOL MotionDetector_GetCellLocation (int x, int y, int *XLocation, int *YLocation);
Retrieves the x and y coordinates of a cell in the grid.