Click here to Skip to main content
15,861,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I will be working on an app where I will need to draw a seal at run te.The am started to develop a migrain out of thinkinf of how to draw it.I decided that a seal is a filled object that consist of a circle and various triagles around its circumfrence.But drawing it seems so daunting.I don't know of a function that draws filled triangles and figuring out the coordinates of the bounding triangle is another challenge. Pls any ideas?
Posted

1 solution

You might use the GDI function Polygon[^], passing the three vertices. It fills the polygon using the current brush.
 
Share this answer
 
Comments
Gbenbam 4-Feb-14 7:21am    
Thanks.It should suffice.
CPallini 4-Feb-14 8:05am    
You are welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900