Tag : Drawing

Title User Language Tags Description Date
GTK+ Code Demos : Drawing Area (+ Main) FArcellier C

Get from the gtk-demo Application. Drawing Area demo

It's stand alone program you can modify and compil. It was missing the main in source to be able to use it.

August 6, 2011
Autocad Get ThisDrawing Object Mr Cassani VB.NET Autocad Get ThisDrawing Object From Autodesk.AutoCad.ApplicationServices. June 8, 2011
SimpleTron3x.py "Game" To DEMO XY Drawing Using The Keyboard In Standard Text Mode Python. Barry Walker python

SimpleTron3x.py.

This code is a FUN program only to DEMO how to draw in a text mode Python shell.

There is an inkey() "function" extracted from a "class" recipe on this site. See code for more information.

This was tested on PCLinuxOS 2009 with Python 3.0.x and Debian 6.0.0 with Python 3.1.x.

This ASSUMES an 80 x 24 Python shell window.

Issued as Public Domain, you may do as you like with this code.

Enjoy finding simple solutions to often very difficult problems.

Bazza...

May 29, 2011
Advanced line drawing creativecoding C# Draw some lines in your form! Special thanks to #2 mager1794 for the public struct Points. October 19, 2010
Convert a DIB* to a System.Drawing.Bitmap jimfred C#

Convert a DIB* to a System.Drawing.Bitmap

This is useful for scanner APIs that provide a DIB*. A dot.net app can more easily work with System.Drawing.Bitmap.

SetDIBitsToDevice... Bob Powell posted an approach here: http://www.eggheadcafe.com/forumarchives/NETFrameworkdrawing/Nov2005/post24263016.asp My code below is an implementation of his approach.

TwainGui ... I found code with namespace TwainGui and class DibToImage. It had 3 public static functions. WithStream worked and is shown below. Google for \"TwainGui.dibtoimage.withstream\" to find what I was looking at. I\'m using this for grayscale and 24-bit color bitmaps returned from a proprietary scanner API.

July 2, 2010
Improved Spiderweb ActionScript3.0 Class Flanture ActionScript 3

Check the URL to see image examples

February 22, 2010
Printing with Python and pyGTK Mark Muzenhardt python

PyGTK is a very powerful GUI-Toolkit. Nearly everything is well documented, except how to print. I messed around for hours just to solve this problem so I decided to share this cool piece of code!

June 24, 2009
Drawing an arc with tk atik97 Python April 24, 2009
Drawing a box (function) Hyper C A simple function to draw a (standard ASCII art) box! You can place the X, Y coordinates, the width and height with ease. March 16, 2009
Graphics2D Image Drawing Object Example WolfCoder Java Need some practice at JAVA? Wrap up image drawing for Graphics2D contexts to make the task of drawing images simple and to your design. March 17, 2008
Sample Map Drawing Object WolfCoder Java An object to draw a map (the map style is Bomberman). Simply have a tileset image 176 pixels tall and 16*number of stages wide to change between level looks. March 17, 2008
Drawing a Pixel Anonymous Anonymous VB.NET This can draw individual pixels. January 2, 2008
Serializable System.Drawing.Font yrtimiD _ C# Way to Serialize and Deserialize complex Font object December 4, 2007
Draw a curved line n00ge ActionScript

This will draw a curved line with actionscript.

November 10, 2007
DrawingUtils orazal ActionScript

methods : drawRectangle

August 29, 2007