|
-
Apr 2nd, 2001, 05:42 AM
#1
Thread Starter
New Member
Hi all.
I need some help with a problem I have. I want to fill an area surrounded by lines. In this case the area is a triangle but it should be possible to do this with any kind of shapes in the future.
Is there anybody who has a solution to this hopefully simple problem?
-
Apr 2nd, 2001, 06:52 AM
#2
transcendental analytic
If the color of the lines are all the same, then you can use Floodfill api, you could also create a region with createpolygonrgn and fill it with fillrgn
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 3rd, 2001, 08:20 AM
#3
Retired VBF Adm1nistrator
Hey kedaman, I got that movie out the other day 
Have you read the books ?
- jamie
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Apr 3rd, 2001, 08:48 AM
#4
transcendental analytic
i've been planning on it for some time now, but never got it
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|