GdPicture image identifier.
Factor between 1 and 100.





In This Topic

FxSoften Method (GdPictureImaging)

In This Topic
Performs a soften filter on a GdPicture image or on an area of a GdPicture image defined by SetROI() method.
Syntax
'Declaration

 

Public Function FxSoften( _

   ByVal ImageID As Integer, _

   ByVal SoftenValue As Integer _

) As GdPictureStatus
public GdPictureStatus FxSoften( 

   int ImageID,

   int SoftenValue

)
public function FxSoften( 

    ImageID: Integer;

    SoftenValue: Integer

): GdPictureStatus; 
public function FxSoften( 

   ImageID : int,

   SoftenValue : int

) : GdPictureStatus;
public: GdPictureStatus FxSoften( 

   int ImageID,

   int SoftenValue

) 
public:

GdPictureStatus FxSoften( 

   int ImageID,

   int SoftenValue

) 

Parameters

ImageID
GdPicture image identifier.
SoftenValue
Factor between 1 and 100.

Return Value

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