HeifImageScaleImage Method

Scales the image.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
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

HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.

See Also