HeifPixelAspectRatio Structure

Represents the pixel aspect ratio of an image

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public readonly struct HeifPixelAspectRatio : IEquatable<HeifPixelAspectRatio>
Inheritance
Object    ValueType    HeifPixelAspectRatio
Implements
IEquatableHeifPixelAspectRatio

Constructors

HeifPixelAspectRatio Initializes a new instance of the HeifPixelAspectRatio class.

Properties

HasSquareAspectRatio Gets a value indicating whether this instance has a square aspect ratio.
HorizontalSpacing Gets the relative width of a pixel.
VerticalSpacing Gets the relative height of a pixel.

Methods

Equals(HeifPixelAspectRatio)Indicates whether the current object is equal to another object of the same type.
Equals(Object)Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
GetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Overrides ValueTypeToString)

Operators

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also