pixelAspectRatio
The aspect ratio of a single pixel.
Declaration
var pixelAspectRatio: CGFloat { get }Discussion
The aspect ratio is defined as x/y, where x is the width of the pixel and y is the height of the pixel.
The aspect ratio of a single pixel.
var pixelAspectRatio: CGFloat { get }The aspect ratio is defined as x/y, where x is the width of the pixel and y is the height of the pixel.