Microsoft
Software
Hardware
Network
Question : Graphics2D.clearPolygon(Polygon p) ?
Hi,
The problem I have right now is that I've got an image which has some transparent pixels and some opaque ones.
I would like to remove some of the opaque pixels in the same of a polygon that I have generated.
The problem is that java only has API for clear rectangles.
The way I am solving this problem right now is just by drawing the polygon as the color behind the image, but this does not always work because the background changes.
Doing some hacking around with the API is not a problem if it solves my problem, just so long as it is not terribly inefficient.
I haven't been able to find anything on the subject so far.
Thanks
Answer : Graphics2D.clearPolygon(Polygon p) ?
try smartdraw
http://www.smartdraw.com/
I use it to create floorplans
Random Solutions
APEX Icons
solution in SSMS
Script to add user to multiple PC's
Getting Security Error when using GoDaddy Coldfusion and cfajaximport
Setting Reporting Services data driven subscription Using Web Service
Help with LAN to LAN routing using Netgear WNR2000
Rebuild SBS 2008 server
How to generate a heap dump in JBoss
Need Macro to Calcuate sum of highlighted cells in Excel
I need to change the color of a DataGridView scrollbar in C# WinForms