CGRect determines how much the bounding box extends along each axis from the start point, so it will never be the center.
However, cocos2D has a default coordinate system, where the origin is in the lower left corner of the view, so the origin in this case will be the lower left field.
source
share