Modifier and Type | Method and Description |
---|---|
abstract void |
Image.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
void |
RasterImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image with extended options.
|
void |
Image.resizeHeightProportionally(int newHeight,
ImageResizeSettings settings)
Resizes the height proportionally.
|
void |
Image.resizeWidthProportionally(int newWidth,
ImageResizeSettings settings)
Resizes the width proportionally.
|
Modifier and Type | Method and Description |
---|---|
void |
CadImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
Modifier and Type | Method and Description |
---|---|
void |
DicomImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
Modifier and Type | Method and Description |
---|---|
void |
DjvuImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image with extended options.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
Modifier and Type | Method and Description |
---|---|
void |
GifImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image with extended options.
|
Modifier and Type | Method and Description |
---|---|
void |
MetafileImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings) |
Modifier and Type | Method and Description |
---|---|
void |
TiffImage.resize(int newWidth,
int newHeight,
ImageResizeSettings settings)
Resizes the image.
|
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.