腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
2
回答
Graphics
.DrawHalfCirle &
Graphics
.DrawPartialCircle
、
、
、
using (var b = new Bitmap(200, 100, PixelFormat.Format24bppRgb)) using (var g =
Graphics
.FromImage
浏览 2
提问于2014-05-15
得票数 1
3
回答
Graphics
.Save vs
Graphics
.BeginContainer
、
、
Graphics
.Save与
Graphics
.BeginContainer有何不同
浏览 2
提问于2009-08-24
得票数 8
回答已采纳
1
回答
Phaser.
Graphics
/ PIXI.
Graphics
掩码
、
我想要一个精灵与生成的纹理从hexGraphics(Phaser.
Graphics
),这是由hexMask对象遮罩 .drawRect(0,0,80,80); .beginFill(0x0hexMask.generateTexture()); //working hexGraphics.mask = hexMas
浏览 0
提问于2015-01-09
得票数 1
2
回答
处理
Graphics
对象
、
、
、
、
我对图形对象的处理机制感到困惑。处理字体和钢笔等对象的最佳方式是什么?在实例化/处置它们时,最佳实践是什么?我的意思是作为类中的字段或方法中的变量?public class PackageDrawer : IDisposable Font font1 = .... Font font3 = .... Pen pen2 = ...
浏览 4
提问于2012-08-16
得票数 0
回答已采纳
1
回答
graphics
gnuplot出错
、
、
、
、
我正在编写一个带有轴(y "%“和x "date")的图形,当少于7条记录显示不好时data.csv:21-04-2016 97.07 97.99 10023-04-2016 98.64 97.88 10025-04-2016 98.68 98.11 100reset #set xlabel "Time (days
浏览 0
提问于2016-04-30
得票数 1
2
回答
打印和
graphics
[]
、
、
所以将打印为两个矩形,可精确测量为1 cm x 1更新:我尝试了@Szabolcs的建议,并使用了以下代码: Rectangle
浏览 2
提问于2011-06-01
得票数 7
回答已采纳
1
回答
Turtle
Graphics
APK
、
、
、
、
我已经使用Python的Turtle图形模块构建了一个蛇游戏,现在我希望将它转换为一个apk。通过进一步的研究,我了解到turtle图形是基于tkinter模块的,而python-for-android不支持tkinter。解决方案建议用Kivy重写代码,但我不知道该怎么做。
浏览 5
提问于2021-02-07
得票数 0
1
回答
C#
Graphics
.DrawString和
Graphics
.ScaleTransform冲突?
、
var brush = new SolidBrush(Color.Black); using (var g =
Graphics
.FromImage
浏览 3
提问于2014-06-29
得票数 0
回答已采纳
1
回答
Java
Graphics
-简单的东西,比如Zelle's
Graphics
for Python
、
我是Java新手,我只是想获得一些简单的东西,可能类似于Python的。
浏览 1
提问于2013-11-25
得票数 0
1
回答
未处理的异常访问冲突2D DirectX呈现D2D1.dll
下面是10的输出窗口中的3个文件和输出:#include <Windows.h>#include "
graphics
.h"
graphics
->DrawCircle(100, 100
graphics
->Init(wi
浏览 4
提问于2015-10-22
得票数 0
回答已采纳
2
回答
Graphics
.clearRect和
Graphics
.drawRect有什么不同?
、
、
旧代码:public void paint(
Graphics
g) { g.clearRect(0, 0, width, height); // Obviously wrong. }@Override public void paint(
Graphics
浏览 5
提问于2011-05-04
得票数 0
回答已采纳
3
回答
在FieldManager中居中ButtonField
、
ButM = new HorizontalFieldManager(Field.FIELD_HCENTER|USE_ALL_WIDTH) public void paint(
Graphics
graphics
)
graphics
.setBackgroundColor(0x00000000); super.paint(
graphics
);
浏览 0
提问于2011-12-28
得票数 2
回答已采纳
1
回答
在windows 7中无法完成java中的打印
、
graphics
, PageFormat pageFormat, int pageIndex) throws PrinterException { paint_PF.scale(.68, .6);
浏览 2
提问于2019-05-29
得票数 0
2
回答
在Java (Android)中,libgdx在刚触摸时绘制/呈现动画
、
、
if(Gdx.input.justTouched()){ sb.draw((Texture) animation.getKeyFrame(timePassed,true), Gdx.
graphics
.getWidth() * 0.03f, Gdx.
graphics
.getHeight() * 0.03f, (Gdx.
graphics
.getWidth() * 1 / 6), (Gdx.
graphics
.getHeight() / 2) + (Gdx.
graphics
.g
浏览 3
提问于2017-02-22
得票数 1
回答已采纳
1
回答
如何在黑莓风暴中设置抗锯齿?
、
、
、
、
我正在画一个位图,就像..
Graphics
g = new
Graphics
(bitmap[i]); g.setColor(Color.BLACK
浏览 0
提问于2009-08-29
得票数 2
回答已采纳
1
回答
当嵌体为零时,衰落不起作用。
、
、
、
、
panel,"dock center"); } public void paintComponent(
Graphics
arg0) { AlphaComposite alpha = AlphaComposite.getInstance(AlphaComposite.SRC_OVER, opacit
浏览 9
提问于2012-08-20
得票数 1
3
回答
如何更改lablefield的颜色?
我正在尝试设置标签的背景色,当我覆盖LabelField类的绘制方法时,它会设置文本显示的背景色,而不显示列的其余部分。文本来自数据库,我们有固定的列宽。
浏览 2
提问于2010-06-19
得票数 1
5
回答
Java - Swing -图形2D
、
、
、
public class Points extends JPanel { super.paintComponent(g); }我真的不确定
Graphics
2D g2d =(
Graphics
2D) g;应该做什么。
浏览 0
提问于2013-05-31
得票数 1
回答已采纳
1
回答
使用GDI+ API绘制图像
、
/intrface/armor_info_1.bmp"); int a2 = image->GetHeight();
graphics
.DrawImage(image, 0, 0); GdiplusShutdown(gdiplusToken当我注释掉
Graphics
graphics
浏览 1
提问于2021-09-12
得票数 1
回答已采纳
1
回答
如何在Blackberry中删除Labelfield周围的白色
、
我正在开发一个黑莓应用程序,我是黑莓的新手。我在每个屏幕中都使用了标签字段,但是LabelField周围有一种颜色,而不是我为屏幕提供的背景,就像我在这里给出的图像一样。这是我的应用程序中的标题,它出现在每个屏幕上。在这里,您可以看到“州版本”周围的白色。它看起来并不好。我想要橙色背景色而不是白色。先谢谢你...
浏览 4
提问于2012-01-26
得票数 3
回答已采纳
点击加载更多
相关
资讯
设计套件CorelDRAW Graphics Suite 2023 发布
Graphics.Bilt耗时分析……
GMG和Global Graphics Software达成技术合作伙伴关系
计算机图形学遇上深度学习,针对3D图像的TensorFlow Graphics面世
绘制、保存图形
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券