Click here to Skip to main content
15,884,933 members
Everything / Multimedia / GDI

GDI

GDI

Great Reads

by Paul M Watt
Guide to understanding how to create and use regions with the WIN32 SDK
by Shao Voon Wong
Tracing GDI Leaks with Windows Debugger
by Hans Dietrich
XBreadCrumbBar is a windowless non-MFC class that allows you to display a breadcrumb trail as HTML text, with support for web links and APP: links.
by Keith Rule
Create visually complex, yet programmatically simple, non-rectangular GUIs

Latest Articles

by Shao Voon Wong
Tracing GDI Leaks with Windows Debugger
by Andy De Filippo
Render Rich Text with GDI+ by tapping into the power of API hooking
by AdventureDriver
Creating a optionally sheared mirrored image from a source image in a collage
by David O'Neil
Everybody Loves the Mandelbrot Set! Here's a browser for it!

All Articles

Sort by Score

GDI 

29 Jun 2016 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
6 Mar 2013 by wmjordan
Rendering text with OpenType fonts by P/Invoking GDI API in WinForm applications.
7 Aug 2016 by User 9149614
Preserving alpha channel drawing transparent PNGs
16 Mar 2011 by Albin Abel
Like HTML images, we can have clickable areas in a picturebox of windows application
29 Jan 2018 by Shao Voon Wong
Fixing Inconsistent Stroke Width of Chinese Characters
12 Jul 2013 by Abdelrahman Ismaeel Hegazy
Save image map portions for any image for later using in web or in printing using an image.
5 Feb 2013 by Lars [Large] Werner
Use the standard GDI API to load an HBITMAP into SFML.
3 Jul 2016 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
4 Mar 2014 by kanbang
Save/Load Image between buffer
26 Jul 2015 by Petr Bříza
This app helps you with understanding and using GDI DrawString function: precise measuring, positioning, quality setting and performance tuning.
16 Jan 2016 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.
29 Mar 2017 by Taehoon Kim 1004
Capture program using GDI
26 Aug 2016 by Javad Taheri (drjackool)
Creating Simple PNG Decoder/Encoder
7 Jun 2016 by The Zakies
[tut4] how to draw lines & to draw different types on end shapes like rectangle and circle using C#
8 Jan 2015 by Sergey Alexandrovich Kryukov
Combination of jQuery and HTML5 allows implementing themes purely on client side
24 Jun 2016 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.
14 Oct 2015 by Farhad Reza
Here, we will design a clock frame with Assembly Language and GDI32
7 Apr 2016 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
7 Oct 2010 by PE32_64
GDI screen resolution manipulation
13 Feb 2017 by trident99
GT is a compact, efficient, and customizable graphical user interface (GUI) library for the Windows environment.
12 Dec 2016 by Farhad Reza
A simple graphics class for 2D drawing
11 Apr 2022 by AdventureDriver
Creating a optionally sheared mirrored image from a source image in a collage
8 Sep 2015 by Farhad Reza
A simple ChessBoard graphics using GDI32
23 Mar 2011 by Albin Abel
This demostrates fitting an image to the picturebox extend, zoom and move by transforming the picturebox device context/ graphics
21 Apr 2020 by Yuksel YILDIRIM
Draw Multi Parametrik Shapes in 2D
11 Jan 2018 by Jesusfan
Create a draggable, proper splash screen in DotNet, with gradient transparency!
6 Feb 2013 by Jarno Burger
A managed wrapper around FreeFrame, to give your video frames some cool effects
20 Nov 2014 by Gregory Morse
How to use uniscribe from VB.NET
5 Aug 2015 by sreeyush sudhakaran
VB.NET code for Base64 Encoding and Decoding of Image files
5 May 2014 by cdp_anhui_china
A special debugger to detect and locate GDI leaks, with source code.