In This Topic

ResetROI Method (GdPictureSegmenter)

In This Topic
Resets the previously specified region of interest to default (whole image area).
Syntax
'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.

See Also