-
-
svg2mif.zip
SVG2MIF is a tool that converts SVG vector drawings to a MIF/MID GIS layer. It allows that manual digitization with opensource vector drawing tools can be imported into opensource GIS software.
-
-
-
-
ColoredButton_demo.zip
... with push button controls is that you cannot change the default drawing colors. WM_CTLCOLOR does not work for push buttons. The only ... buttons is to use an owner-draw button and do the drawing by yourself.
By using CColorButton, you can:
Change, at any ...
-
-
vcode.rar
... 90, 50)
System.IO.MemoryStream ms = new System.IO.MemoryStream()
pic.Image.Save(ms, System.Drawing.Imaging.ImageFormat.Png)
Response.ClearContent()
Response.ContentType = "image/png"
Response.BinaryWrite(ms.ToArray())
Response.Cookies[" ...
-
glenabledview_demo.zip
...
defines mouse cursor to be used inside the views.
offers an object oriented encapsulation of quadric objects for drawing of spheres, cylinders and disks.
offers an object oriented encapsulation of glu tessellator routines for translating non simple ...
-
VBDwgImageExtractor.zip
preview image stored in a DWG Autocad Drawing from a Visual Basic application to automate some tasks in AutoCAD
-
javascriptlinedrawing_src.zip
... this article, I want to explain and deduce the line drawing algorithm by Bresenham. Afterwards, I will show an optimized ... no built-in features in the above-mentioned browsers for drawing lines. By implementing the Bresenham algorithm with JavaScript while ...
-