AspectRatio typedef

AspectRatio = (int, int)

AspectRatio type to represent the width to height ratio.

Implementation

typedef AspectRatio = (int, int);