I am developing an application in C# and there is a requirement of the form of the main window in rounded rectangle or some times triangle开发者_运维知识库 type or round shape.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a .NET program that does some displaying by drawing on a system.drawing.drawing2d.g开发者_Python百科raphics object. I\'d like to be able to turn each \"frame\" drawn into a frame in an .avi fil
I am making a very simple app in C# with Visual Studio, so I\'m using that Forms package. I need to get access to an image of everything below it, so that开发者_StackOverflow I can manipulate the imag
I have a GUI written using netbeans with a few simple components in place. I want to be able to draw images (any file type, whatever\'s easiest) alongside the GUI components inside the JFrame.
Any ideas how to create a button class that looks something like this: Taken from this tutorial page. I\'m struggling to figure out what combination of filters I need to use to achieve the glossy e
I have an El开发者_开发技巧lipse on a Canvas and I\'m doing Hit Testing on it. Every time I click the stroke of the Ellipse, the test passes.
I am drawing a cellular automaton simulation on a Flex Canvas.I alternate computing the state of the automaton with updating the graphics on the Panel.However, the updating of the Panel does not seem
I have a bitmap object which is taking a huge part of the memory at runtime, I want to compress it (JPEG format) in memory then later on use it. I am using this for the compressio开发者_StackOverflown
I have a WinForms control on which I want to display two things: An underlying image painstakingly loaded bit-by-bit from an external input device; and