Click or drag to resize

HeifImageScaleImage Method

Scales the image.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public HeifImage ScaleImage(
	int newWidth,
	int newHeight
)

Parameters

newWidth  Int32
The new width.
newHeight  Int32
The new height.

Return Value

HeifImage
The scaled image.
Exceptions
ExceptionCondition
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.
See Also