HeifPixelAspectRatio Constructor

Initializes a new instance of the HeifPixelAspectRatio class.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public HeifPixelAspectRatio(
	long horizontalSpacing,
	long verticalSpacing
)

Parameters

horizontalSpacing  Int64
The horizontal spacing.
verticalSpacing  Int64
The vertical spacing.

Exceptions

ArgumentOutOfRangeExceptionverticalSpacing must be in the range of [1, 4294967295]. -or- verticalSpacing must be in the range of [1, 4294967295].

See Also