Dimensions typedef

Dimensions = (double, double)

Represents the width and height dimensions of an image.

Implementation

typedef Dimensions = (double width, double height);