Changes

Jump to: navigation, search

Drawing iPhone 2D Graphics with Quartz

31 bytes added, 19:20, 13 July 2010
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