是不是在windml中画圆的话,设置了线的宽度为3,但是画出来的仍是1?
有什么解决方法?
ps:我的双缓冲在仿真下能实现,但是下载到目标机上就不行,显卡是CT69000
/* memory for CT-69000 */ { (void *)0xd8000000, (void *)0xd8000000, 0x1000000, VM_STATE_MASK_FOR_ALL, VM_STATE_FOR_IO },
是什么原因呢
uglBatchStart(gc); uglForegroundColorSet(gc,colorTable[WHITE].uglColor); uglBackgroundColorSet(gc,colorTable[RED].uglColor); uglLineWidthSet(gc,3); uglLineStyleSet(gc,UGL_LINE_STYLE_SOLID); uglLineWidthGet(gc,&linewidth); uglEllipse(gc,0,0,100,100,0,0,0,0);
uglForegroundColorSet(gc,colorTable[WHITE].uglColor); uglBackgroundColorSet(gc,colorTable[RED].uglColor); uglLineWidthSet(gc,3); uglLineStyleSet(gc,UGL_LINE_STYLE_SOLID); uglLineWidthGet(gc,&linewidth); uglRectangle(gc,200,200,300,300);
uglBatchEnd(gc);
用uglLineWidthGet得到的线宽是3啊,可是画出来却是1。画矩形的就是3
我要赚赏金打赏帖 |
|
|---|---|
| 基于ArduinoUNO开发板的AT24C02读写测试被打赏¥16元 | |
| TCS3472S传感器及其色彩检测被打赏¥19元 | |
| 【S32DS】S32K3 RTD7.0.1 HSE 组件配置报错问题解决被打赏¥27元 | |
| 【S32K3XX】MCME 启动 CORE1被打赏¥23元 | |
| AG32VH407下温度大气压传感器及其检测被打赏¥20元 | |
| AG32VH407下光照强度传感器BH1750及其检测被打赏¥22元 | |
| AT32VH407下使用温湿度传感器DHT22进行检测被打赏¥20元 | |
| DIY一个婴儿澡盆温度计被打赏¥34元 | |
| 【FreeRtos】FreeRtos+MPU region 配置规则被打赏¥23元 | |
| 【分享开发笔记,赚取电动螺丝刀】三分钟快速上手驱动墨水屏(ArduinoIDE)被打赏¥28元 | |