using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.Text; using System.Windows.Forms; namespace TransparentPanelTest { public class TransparentPanel : Control
Quartz概述 Quartz是Mac OS X的Darwin核心之上的绘图层,有时候也认为是CoreGraphics.共有两种部分组成 Quartz Compositor,合成视窗系统,管理和合成幕后视图影像来建立Mac OS X使用者接口. Quartz 2D,是ios和mac os x环境下的二维绘图引擎. 涉及内容包括:基于路径的绘图,透明度绘图,遮盖,阴影,透明层,颜色管理.防锯齿渲染,生成PDF,以及PDF元数据相关处理. 视图绘制 在ios上,所有的绘制,无论是否采用O