Click or drag to resize

HeifImageHandleWidth Property

Gets the image width.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public int Width { get; }

Property Value

Int32
The image width.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe object has been disposed.
See Also