HeifPlaneData Class

The data for an image plane.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public sealed class HeifPlaneData
Inheritance
Object    HeifPlaneData

Properties

Channel Gets the image channel.
Height Gets the plane height.
Scan0 Gets the starting address of the image plane data.
Stride Gets the plane stride, the width of a single row of pixels.
Width Gets the plane width.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

See Also