xlang v4.0 Release
程序设计语言基础库文档
|
成员变量 |
Depending on the render engine and the complexity of the symbol shape it might be faster to render the symbol to a pixmap and to paint this pixmap.
F.e. the raster paint engine is a pure software renderer where in cache mode a draw operation usually ends in raster operation with the the backing store, that are usually faster, than the algorithms for rendering polygons. But the opposite can be expected for graphic pipelines that can make use of hardware acceleration.
The default setting is AutoCache
在文件 QwtSymbol.x 第 117 行定义.
AutoCache |
Use a cache when one of the following conditions is true:
在文件 QwtSymbol.x 第 132 行定义.
Cache |
Always use a pixmap cache
在文件 QwtSymbol.x 第 123 行定义.
NoCache |
Don't use a pixmap cache
在文件 QwtSymbol.x 第 120 行定义.