'Declaration
Public Function ResetROI() As GdPictureStatus
public GdPictureStatus ResetROI()
public function ResetROI(): GdPictureStatus;
public function ResetROI() : GdPictureStatus;
public: GdPictureStatus ResetROI();
public: GdPictureStatus ResetROI();
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.