English 中文(简体)
使用单声道在屏幕上拖动
原标题:Drawing on the screen using solo

在我的测试箱中,我必须画一条线,或者至少要画一些点来模仿用户的签名。除了单人点击屏幕之外,还有什么办法可以做到吗? 点击OnScreen?

最佳回答

您可以用独行. drag () 来绘制线条 。

问题回答

暂无回答




相关问题
Optimizing map drawing

I have problem optimizing drawing Google-like map. It works OK for hundreds of points, but when it comes to larger amounts like thousands it gets fuzzy and slow. Also unzoomed it looks weird. I d ...

Graphics.DrawImage Doesn t Always Paint The Whole Bitmap?

I have run into a strange problem when using Graphics.DrawImage. When using e.Graphics.DrawImage(Image, Point) in OnPaint to paint a bitmap buffer on the control, it appears that parts of the ...

Draw Points onto canvas using an offset?

I have an array of Point variables. When drawn using Graphics.DrawLine, they create the expected image. My problem is that 0,0 is actually the center of the image (not the top left of my canvas as ...

Slow screen drawing in .Net C# winforms application

I have a very large C# .net 2.0 winforms application which has some drawing issues. When going into different forms you can see controls being drawn and even the title bar of the form being resized ...

iPhone: Draw rotated text?

I want to draw some text in a view, rotated 90°. I m pretty new to iPhone development, and poking around the web reveals a number of different solutions. I ve tried a few and usually end up with my ...

热门标签