GdPicture image identifier.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / FxBitonalErode8 Method

FxBitonalErode8 Method (GdPictureImaging)

In This Topic
Erodes black pixels in a GdPicture image or in an area of a GdPicture image defined by SetROI() method. This filter retains the black pixels surrounded in the 8 directions: E, NE, SE, S, SW, W, NW, N. The actions of this filter are more prominent than FxBitonalErode4.
Syntax
'Declaration
 
Public Function FxBitonalErode8( _
   ByVal ImageID As Integer _
) As GdPictureStatus
public GdPictureStatus FxBitonalErode8( 
   int ImageID
)
public function FxBitonalErode8( 
    ImageID: Integer
): GdPictureStatus; 
public function FxBitonalErode8( 
   ImageID : int
) : GdPictureStatus;
public: GdPictureStatus FxBitonalErode8( 
   int ImageID
) 
public:
GdPictureStatus FxBitonalErode8( 
   int ImageID
) 

Parameters

ImageID
GdPicture image identifier.

Return Value

A member of the GdPictureStatus enumeration.
Remarks

This method requires the Image Documents component to run.

See Also