HeifPlaneDataHeight Property |
Gets the plane height.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic int Height { get; }Public ReadOnly Property Height As Integer
Get
public:
property int Height {
int get ();
}member Height : int with get
Property Value
Int32
The height.
See Also