'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.