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





In This Topic
FxSharpenMore Method (GdPictureImaging)
In This Topic
Performs sharpen more effect on a GdPicture image or on an area of a GdPicture image defined by SetROI() method. Same effect as Sharpen but to a larger degree.
Syntax
'Declaration
 
Public Function FxSharpenMore( _
   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