Poly2D Library
Posted: Fri Apr 09, 2004 1:57 pm
Hi!
Some time ago I wrote some procedures for easy drawing polygons in Purebasic. Now I improved them and made a library out of it. (Thanks El_Choni for your Talbite - it's greate!
) So you can download it under the following link. Read the "Readme.txt" for explanation of the 20 functions. It would be nice, if you would give some feedback to me, in case you test the lib. Feel also free to ask, if you have any questions concerning the library.
The included functions are:
Poly2D Library
regards,
Christian
Some time ago I wrote some procedures for easy drawing polygons in Purebasic. Now I improved them and made a library out of it. (Thanks El_Choni for your Talbite - it's greate!
The included functions are:
Code: Select all
P2D_InitPolygonDrawing()
P2D_SetPolygonPoint()
P2D_DeletePolygonPoint()
P2D_MovePolygonPoint()
P2D_CreatePolygon()
P2D_UpdatePolygon()
P2D_FreePolygon()
P2D_SetPolygonBackgroundColor()
P2D_DisplayPolygon()
P2D_TransparentPolygonColor()
P2D_DisplayTransparentPolygon()
P2D_GetPolygonPointX()
P2D_GetPolygonPointY()
P2D_GetPolygonX()
P2D_GetPolygonY()
P2D_GetPolygonWidth()
P2D_GetPolygonHeight()
P2D_GetPolygonBackgroundColor()
P2D_GetPolygonBorderColor()
P2D_GetPolygonTransparentColor()regards,
Christian