MotionDetector_GetCellSize
method
Delphi
function MotionDetector_GetCellSize (var X_Size: LongInt; var Y_Size: OleVariant): Boolean;
C++Builder
bool __fastcall MotionDetector_GetCellSize(System::LongInt &XSize, System::LongInt &YSize);
C#
public bool MotionDetector_GetCellSize(ref int XSize, ref int YSize);
VB.NET
Public Function MotionDetector_GetCellSize(ByRef XSize As Integer, ByRef YSize As Integer) As Boolean
C++/Qt
BOOL MotionDetector_GetCellSize (int *XSize, int *YSize);
Used to retrieve the x and y sizes of a cell in the grid.