Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / multimedia / GDI

GDI

GDI

Great Reads

by vishalkmehta
This article demonstrates how to leverage the power of images and inheritance to achieve a "skinned" look for your Windows applications.
by The Zakies
Part 3 of a tutorial to show a graphics program using C# using GDI and SVG drag and drop and delete objects
by The Zakies
in this tut we will create a technique to enable the user to control points within a drawn line, by drawing circles around points of the line , when the user clicks a circle he would control the corresponding point.
by The Zakies
we would create Hand_tool to pan through the drawing form, and we would use a custom cursor of open and closed hands

Latest Articles

by vishalkmehta
This article demonstrates how to leverage the power of images and inheritance to achieve a "skinned" look for your Windows applications.
by The Zakies
Part 3 of a tutorial to show a graphics program using C# using GDI and SVG drag and drop and delete objects
by The Zakies
in this tut we will create a technique to enable the user to control points within a drawn line, by drawing circles around points of the line , when the user clicks a circle he would control the corresponding point.
by The Zakies
we would create Hand_tool to pan through the drawing form, and we would use a custom cursor of open and closed hands

All Articles

Sort by Score

GDI 

by The Zakies
Part 3 of a tutorial to show a graphics program using C# using GDI and SVG drag and drop and delete objects
by The Zakies
in this tut we will create a technique to enable the user to control points within a drawn line, by drawing circles around points of the line , when the user clicks a circle he would control the corresponding point.
by The Zakies
we would create Hand_tool to pan through the drawing form, and we would use a custom cursor of open and closed hands
by The Zakies
we will continue the functionality of the hand tool with having a navigator panel which works as a map, we will also have a red rectangle which tells the user where he is actually viewing inside the whole form, also it can be moved to pan the form
by The Zakies
[tut4] how to draw lines & to draw different types on end shapes like rectangle and circle using C#
by Jarno Burger
A managed wrapper around FreeFrame, to give your video frames some cool effects
by Mathew_wwx
This tip will introduce a library written in C++ that wraps up a 2d polygon triangulation algorithm with time complexity of O(N*logN), the algorithm works on both self-intersected and non self-intersected polygons.
by sreeyush sudhakaran
VB.NET code for Base64 Encoding and Decoding of Image files
by Taehoon Kim 1004
Capture program using GDI
by Albin Abel
Like HTML images, we can have clickable areas in a picturebox of windows application
by Farhad Reza
Here, we will design a clock frame with Assembly Language and GDI32
by Javad Taheri (drjackool)
Creating Simple PNG Decoder/Encoder
by Shao Voon Wong
Fixing Inconsistent Stroke Width of Chinese Characters
by Petr Bříza
This app helps you with understanding and using GDI DrawString function: precise measuring, positioning, quality setting and performance tuning.
by cdp_anhui_china
A special debugger to detect and locate GDI leaks, with source code.
by Yuksel YILDIRIM
Draw Multi Parametrik Shapes in 2D
by trident99
GT is a compact, efficient, and customizable graphical user interface (GUI) library for the Windows environment.
by Albin Abel
This demostrates fitting an image to the picturebox extend, zoom and move by transforming the picturebox device context/ graphics
by PE32_64
GDI screen resolution manipulation
by Lars [Large] Werner
Use the standard GDI API to load an HBITMAP into SFML.
by Abdelrahman Ismaeel Hegazy
Save image map portions for any image for later using in web or in printing using an image.
by AdventureDriver
Creating a optionally sheared mirrored image from a source image in a collage
by wmjordan
Rendering text with OpenType fonts by P/Invoking GDI API in WinForm applications.
by User 9149614
Preserving alpha channel drawing transparent PNGs
by kanbang
Save/Load Image between buffer
by Farhad Reza
A simple ChessBoard graphics using GDI32
by Farhad Reza
A simple graphics class for 2D drawing
by Sergey Alexandrovich Kryukov
Combination of jQuery and HTML5 allows implementing themes purely on client side
by Gregory Morse
How to use uniscribe from VB.NET
by Jesusfan
Create a draggable, proper splash screen in DotNet, with gradient transparency!