'Declaration
Public Function ResizeHeightRatio( _ ByVal ImageID As Integer, _ ByVal NewImageHeight As Integer, _ ByVal InterpolationMode As GdPictureInterpolationMode _ ) As GdPictureStatus
public GdPictureStatus ResizeHeightRatio( int ImageID, int NewImageHeight, GdPictureInterpolationMode InterpolationMode )
public function ResizeHeightRatio( ImageID: Integer; NewImageHeight: Integer; InterpolationMode: GdPictureInterpolationMode ): GdPictureStatus;
public function ResizeHeightRatio( ImageID : int, NewImageHeight : int, InterpolationMode : GdPictureInterpolationMode ) : GdPictureStatus;
public: GdPictureStatus ResizeHeightRatio( int ImageID, int NewImageHeight, GdPictureInterpolationMode InterpolationMode )
public: GdPictureStatus ResizeHeightRatio( int ImageID, int NewImageHeight, GdPictureInterpolationMode InterpolationMode )
Parameters
- ImageID
- GdPicture image identifier.
- NewImageHeight
- The new height of the image in pixel.
- InterpolationMode
- A member of the Drawing2D.InterPolationMode enumeration.
Return Value
A member of the GdPictureStatus enumeration.