RasterCachedImageResize Method (Int32, Int32, ResizeType)

Resizes the image.

Namespace:  Aspose.CAD
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public override sealed void Resize(
	int newWidth,
	int newHeight,
	ResizeType resizeType
)

Parameters

newWidth
Type: SystemInt32
The new width.
newHeight
Type: SystemInt32
The new height.
resizeType
Type: Aspose.CADResizeType
The resize type.
See Also