iOS绘图系列四:绘制文字和图像CGContextDrawImage,drawInRect:,drawAtPoint:, UIGraphicsBeginImageContext
绘制图形和文字之前需要了解两个坐标系统.Upper-left-origincoordinatesystem(ULO):左上为起始点的坐标系统,UIKitandCoreAnimation框架用的是这个坐标系统.Lower-left-origincoordinatesystem(LLO):左下为起始点坐标系统,CoreGraphics框架是这个坐标系统.这两个不同的坐标系统的不同,就必然需要CoreG