| Package | Description |
|---|---|
| com.aspose.cad |
| Modifier and Type | Method and Description |
|---|---|
ResizeType |
ImageResizeSettings.getMode()
Gets or sets the interpolation mode.
|
static ResizeType |
ResizeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResizeType[] |
ResizeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RasterCachedImage.resize(int newWidth,
int newHeight,
ResizeType resizeType)
Resizes the image.
|
abstract void |
RasterImage.resize(int newWidth,
int newHeight,
ResizeType resizeType)
Resizes the image.
|
void |
ImageResizeSettings.setMode(ResizeType value)
Gets or sets the interpolation mode.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.