label shape

haha. im creating this game that includes the world map. For a country, say usa, i want to split it up into different regions. since countries are not made out of perfect lines, i want to curve the lines a bit.
 
Well, GDI+ is next evolution of GDI. Just kidding :D (btw, it IS true)
Ok, GDI stands for Graphic Device Interface. In Microsoft Windows, GDI is a way to work with paining graphic objects such as painting on windows, forms or other media. Also is good to be pointed out that GDI is a set of C++ classes.

I hope it helped a bit :)

Cheers ;)
 
ok i have read some tutorials on GDI+ and i have a question on the point structure:

Dim pt1 As Point = New Point(30, 30)

points are used in 2d only, is there some structure i can use for 3D for drawing points?
 
Back
Top