Click or drag to resize

HeifDepthRepresentationInfo Class

The depth representation information.
Inheritance Hierarchy
SystemObject
  LibHeifSharpHeifDepthRepresentationInfo

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

The HeifDepthRepresentationInfo type exposes the following members.

Properties
 NameDescription
Public propertyDepthRepresentationType Gets the type of the depth representation.
Public propertyDisparityReferenceView Gets the disparity reference view.
Public propertyDMax Gets the D maximum.
Public propertyDMin Gets the D minimum.
Public propertyNonlinearRepresentationModel Gets the non-linear representation model.
Public propertyZFar Gets the Z far.
Public propertyZNear Gets the Z near.
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