I have series of video files that i need to automatically draw some l开发者_如何转开发ine over through to the en. The line varies, the values will be provided, is this possible in vb.net? what extra a
package com.opengl; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.nio.FloatBuffer; import java.nio.IntBuffer;
I have开发者_开发问答 a project in c# windows Forms with a draw area in which I have different shapes. I want when I click the right click on one of them to show me a menu where I can add a descriptio
I need your experience. Problem : I need to be able to draw thing (rect, circ,etc) on one part of a FlipperView....
I want to make WinForms app that in run I want to design diagram like visio, now only I want to draw a rectangle and line. How can draw rectangle by mouse?
I\'m building a drawing application in as3 and am having problems with feathered or blurred edges on a brush. I\'m using bitmapData.draw() to draw the brush but I\'m seeing darker colored areas around
I just encountered this strange situation: I found an example, where wx.Frame\'s OnPaint is overridden, and a circle is drawn. Funnily, as soon as I add even a single panel to the frame, the circle is
I\'m having some issues with what is probably a very simple problem in Java. I have written the following program that displays a 10x10 color matrix of squares whose colors are randomly generated and
Are there any libraries for drawing poll results or do I have to use the canv开发者_StackOverflow中文版as to do this? Any suggestions are highly welcome.
i have a Custom view ... package nan.salsa.goal.customview; import android.R; import android.content.Context;