HeifImageScaleImage Method |
Scales the image.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic HeifImage ScaleImage(
int newWidth,
int newHeight
)
Public Function ScaleImage (
newWidth As Integer,
newHeight As Integer
) As HeifImage
public:
HeifImage^ ScaleImage(
int newWidth,
int newHeight
)
member ScaleImage :
newWidth : int *
newHeight : int -> HeifImage Parameters
- newWidth Int32
- The new width.
- newHeight Int32
- The new height.
Return Value
HeifImageThe scaled image.
Exceptions
See Also