Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • 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.
  • source_code.ZIP Drawing an EAN13 barcode
  • CPicture_Src.zip Simple class for drawing pictures (JPG, TIFF, GIF, etc...)
  • TestChart.rar chart drawing
  • 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 ...
  • gma.Drawing.ImageInfo.rar 一个可以用来查看一副图片所附带的完整信息的DLL库的源码,包括普篇普通属性和EXIF信息等,方便实用。
  • 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 ...