Resizes a GdPicture image with custom width keeping the original aspect ratio for the new height value.
public GdPictureStatus ResizeWidthRatio( int ImageID, int NewImageWidth, InterpolationMode InterpolationMode );
Public Function ResizeWidthRatio( ByVal ImageID As Integer, ByVal NewImageWidth As Integer, ByVal InterpolationMode As InterpolationMode ) As GdPictureStatus
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. |
|
NewImageWidth |
The new image width in pixel. |
|
InterpolationMode |
A member of the Drawing2D.InterPolationMode enumeration. |
A member of the GdPictureStatus enumeration.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|