Changes

Jump to: navigation, search

Drawing iOS 6 iPhone 2D Graphics with Quartz

31 bytes added, 20:31, 19 December 2012
Points, Coordinates and Pixels
== Points, Coordinates and Pixels ==
<google>ADSDAQBOX_FLOW</google>
The Quartz 2D API functions work on the basis of points. These are essentially the x and y coordinates of a two dimensional coordinate system on the device screen with 0, 0 representing the top left hand corner of the display. These coordinates are stored in the form of CGFloat variables.

Navigation menu