dimension property

PDimension get dimension

The dimension of the image (width x height).

Implementation

PDimension get dimension => PDimension(width, height);