MotionDetector_SetGridSize
method
Delphi
procedure MotionDetector_SetGridSize (x: LongInt; y: LongInt);
C++Builder
void __fastcall MotionDetector_SetGridSize(System::LongInt x, System::LongInt y);
C#
public void MotionDetector_SetGridSize(int x, int y);
VB.NET
Public Sub MotionDetector_SetGridSize(x As Integer, y As Integer)
C++/Qt
void MotionDetector_SetGridSize (int x, int y);
Used to modify the size of the grid. The grid can be set from 1 x 1 to the width x height of the video frame. If the grid oversizes the frame, only the top/left part of the grid that covers the frame is active.