RasterCachedImageResize Method (Int32, Int32, ResizeType) |
Resizes the image.
Namespace:
Aspose.CAD
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic override sealed void Resize(
int newWidth,
int newHeight,
ResizeType resizeType
)
Public Overrides NotOverridable Sub Resize (
newWidth As Integer,
newHeight As Integer,
resizeType As ResizeType
)
public:
virtual void Resize(
int newWidth,
int newHeight,
ResizeType resizeType
) override sealed
abstract Resize :
newWidth : int *
newHeight : int *
resizeType : ResizeType -> unit
override Resize :
newWidth : int *
newHeight : int *
resizeType : ResizeType -> unit Parameters
- newWidth
- Type: SystemInt32
The new width. - newHeight
- Type: SystemInt32
The new height. - resizeType
- Type: Aspose.CADResizeType
The resize type.
See Also