ImageResizeWidthProportionally Method (Int32, ImageResizeSettings) |
Resizes the width proportionally.
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 22.05
Syntaxpublic virtual void ResizeWidthProportionally(
int newWidth,
ImageResizeSettings settings
)
Public Overridable Sub ResizeWidthProportionally (
newWidth As Integer,
settings As ImageResizeSettings
)
public:
virtual void ResizeWidthProportionally(
int newWidth,
ImageResizeSettings^ settings
)
abstract ResizeWidthProportionally :
newWidth : int *
settings : ImageResizeSettings -> unit
override ResizeWidthProportionally :
newWidth : int *
settings : ImageResizeSettings -> unit
Parameters
- newWidth
- Type: SystemInt32
The new width. - settings
- Type: Aspose.ImagingImageResizeSettings
The image resize settings.
See Also