Paint (gb.qt4)
此类用于在各种目标上进行抗锯齿绘画。
该类是静态类。
常数
静态属性
静态方法
Paint can draw on the following targets:
Before starting drawing anything, you must call the
Paint.Begin method by passing it the object you want to draw.
Then you can draw what you want in three steps:
When your drawing is finished, you must call the
Paint.End method.
The interface of this class is very close to the
Cairo drawing model.