public readonly struct HeifPixelAspectRatio : IEquatable<HeifPixelAspectRatio>
Public Structure HeifPixelAspectRatio
Implements IEquatable(Of HeifPixelAspectRatio)
public value class HeifPixelAspectRatio : IEquatable<HeifPixelAspectRatio>
[<SealedAttribute>]
type HeifPixelAspectRatio =
struct
inherit ValueType
interface IEquatable<HeifPixelAspectRatio>
end
HeifPixelAspectRatio | Initializes a new instance of the HeifPixelAspectRatio class. |
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. |
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)) |
GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString) |
Equality(HeifPixelAspectRatio, HeifPixelAspectRatio) | Implements the operator ==. |
Inequality(HeifPixelAspectRatio, HeifPixelAspectRatio) | Implements the operator !=. |