無為空間 むいむい(´ω`*) Entries CGContextを同じ絵で埋め尽くす タグ: Quartz Mac Objective-C CGContextの任意の領域を特定の画像で埋め尽くす方法は二つある。 一つは CGContextDrawTiledImage() 。 Mac OS X 10.5で追加されたこの関数は、指定した画像でクリッピング領域を埋め尽くしてくれる。 const CGPoint starPoints[] = { { 30, 0 }, { 130, 200 }, { 230, 0 }, { 0, 120 }, { 260, 120 }, { 30, 0 } }; NSString* resourcePath = [[NSBundle mainBundle] resourcePath]; NSString* tileImagePath = [resourcePath