GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureImaging Class / FxErode Method
GdPicture image identifier.





In This Topic
FxErode Method (GdPictureImaging)
In This Topic
Performs erode effect on a GdPicture image or on an area of a GdPicture image defined by SetROI() method.
Syntax
'Declaration
 
Public Function FxErode( _
   ByVal ImageID As Integer _
) As GdPictureStatus
 

Parameters

ImageID
GdPicture image identifier.

Return Value

A member of the GdPictureStatus enumeration.
Remarks
This method is used in the "Image Processing" Demo.
See Also