Click or drag to resize

HeifPlaneData Class

The data for an image plane.
Inheritance Hierarchy
SystemObject
  LibHeifSharpHeifPlaneData

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public sealed class HeifPlaneData

The HeifPlaneData type exposes the following members.

Properties
 NameDescription
Public propertyChannel Gets the image channel.
Public propertyHeight Gets the plane height.
Public propertyScan0 Gets the starting address of the image plane data.
Public propertyStride Gets the plane stride, the width of a single row of pixels.
Public propertyWidth Gets the plane width.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also