'Declaration
Public Overloads Function ConvertTo1BppAT( _ ByVal ImageID As Integer, _ ByVal Threshold As Integer _ ) As GdPictureStatus
public GdPictureStatus ConvertTo1BppAT( int ImageID, int Threshold )
public function ConvertTo1BppAT( ImageID: Integer; Threshold: Integer ): GdPictureStatus;
public function ConvertTo1BppAT( ImageID : int, Threshold : int ) : GdPictureStatus;
public: GdPictureStatus ConvertTo1BppAT( int ImageID, int Threshold )
public: GdPictureStatus ConvertTo1BppAT( int ImageID, int Threshold )
Parameters
- ImageID
- GdPicture image identifier.
- Threshold
- Thresholding for determining the foreground. Must be a value between 0 and 100. Suggested value is 50. Higher is the Thresold value darker should be the resulting image.
Return Value
A member of the GdPictureStatus enumeration.