'Declaration
Public Function FxMax( _ ByVal ImageID As Integer, _ ByVal KernelSize As Integer _ ) As GdPictureStatus
public GdPictureStatus FxMax( int ImageID, int KernelSize )
public function FxMax( ImageID: Integer; KernelSize: Integer ): GdPictureStatus;
public function FxMax( ImageID : int, KernelSize : int ) : GdPictureStatus;
public: GdPictureStatus FxMax( int ImageID, int KernelSize )
public: GdPictureStatus FxMax( int ImageID, int KernelSize )
Parameters
- ImageID
- GdPicture image identifier.
- KernelSize
- How much smaller should objects become in each direction of the four directions, left, right, top, and bottom. This value should be larger than 1 and smaller than Image's Smaller Dimension (Width or Height) divided by 2. If a value entered is out of range, the method return value will be GdPictureStatus.InvalidParameter.
Return Value
A member of the GdPictureStatus enumeration.