GdPicture image identifier.
This parameter is not used yet.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / FxBitonalDilate Method

FxBitonalDilate Method (GdPictureImaging)

In This Topic
Dilates black pixels in a GdPicture image or in an area of a GdPicture image defined by SetROI() method. This filter helps dilates black pixels surrounded in the 8 directions: E, NE, SE, S, SW, W, NW, N with an amount if pixels specified by the user.
Syntax
'Declaration
 
Public Function FxBitonalDilate( _
   ByVal ImageID As Integer, _
   ByVal KernelSize As Integer _
) As GdPictureStatus
public GdPictureStatus FxBitonalDilate( 
   int ImageID,
   int KernelSize
)
public function FxBitonalDilate( 
    ImageID: Integer;
    KernelSize: Integer
): GdPictureStatus; 
public function FxBitonalDilate( 
   ImageID : int,
   KernelSize : int
) : GdPictureStatus;
public: GdPictureStatus FxBitonalDilate( 
   int ImageID,
   int KernelSize
) 
public:
GdPictureStatus FxBitonalDilate( 
   int ImageID,
   int KernelSize
) 

Parameters

ImageID
GdPicture image identifier.
KernelSize
This parameter is not used yet.

Return Value

A member of the GdPictureStatus enumeration.
Remarks

This method requires the Image Documents component to run.

See Also