MFC の CWnd::GetClientRect にあたるもの?
drawRect の引数の rect
self.bounds , self.frame
画面の向きに対して自動的に反映させるには
self.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight ;
MoveTo , LineTo
CGContextMoveToPoint , CGContextAddLineToPoint
CGPathMoveToPoint , CGPathAddLineToPoint
Polyline
CGContextAddLines
CGPathAddLines