I\'m trying to replace a color for something that is drawn on a Canvas using AvoidXferMode. From the android docs it looks like it\'s exactly what I need:
I am using java.awt.geom.Rectangle2D.Double class to generate a rectangle. I want to generate a rectangle which is filled with a color (say green) and have a border (outline).
I have a Process Control system. It has a huge 2D workspace where all the logic is laid out. The 2D workspace is a coordinate system.
I wish to give an effect to images, where the resultant image would appear as if we are looking at it through a textured glass (not plain/smooth)... Please help me in writing an algo to generate such
I would like to understand the general requirements for WPF/Silverlight layout for making it possible to implement pan&zoom (drag and zoom) features. I don\'t mean pan&zoom for an image but fo
First of all, this is not about making the PictureBox control transparent. It\'s about bitmap transparency on the fully opaque \"canvas\".
I wish to give an effect to images, where the resultant image would appear as if it is paint开发者_如何学运维ed on a rough cemented background, and the cemented background customizes itself near the e
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
There are a few algorithms around for finding the minimal bounding rectangle containing a given (convex) polygon.
If I construct a shape using constructive s开发者_C百科olid geometry techniques, how can I construct a wireframe mesh for rendering?