.Questions

Category: Graphics - GDI+

Date: 02-16-2022

Return to Index


 
seems like initializing GDI+ takes
 
Introduction to GDI+
http://www.functionx.com/vccli/index.htm
http://www.ww.functionx.com/vcsharp/gdi+/introduction.htm
http://www.functionx.com/vb/
http://www.functionx.com/vbnet/gdi/introduction.htm
 
Introduction to GDI+ for VB6 Programmers
http://visualbasic.about.com/od/usingvbnet/a/GDIPlus03.htm
http://visualbasic.about.com/od/learnvbnet/ss/ecvbsbs1701.htm
 
Introduction to GDI+ in .NET
http://www.codeproject.com/KB/GDI-plus/GDI_.aspx
 
Introduction to GDI+
http://www.yevol.com/en/vb/applicationdesign/Lesson08.htm
http://www.yevol.com/en/vccli/Lesson13.htm
 
Introduction to GDI+ Transformations
http://www.c-sharpcorner.com/UploadFile/mahesh/TransformationsinGDIPlus10102005015914AM/TransformationsinGDIPlus.aspx?MessageChildID=7219&Delete=true
 
Windows GDI Tutorial I - Drawing a Bitmap
http://www.mvps.org/user32/gditutorial.html
 
Using DCs in Visual Basic
http://edais.mvps.org/Tutorials/GDI/DC/index.html
 
GDI+ Tutorial - Part 6 and Part 7
http://visualbasic.about.com/od/usingvbnet/a/GDIP06.htm
http://visualbasic.about.com/b/2007/03/02/gdi-tutorial-part-6-and-part-7.htm
 
Win32 API Programming Tutorial
http://www.winprog.org/tutorial/bitmaps.html
 
's a list of the common methods of gaining an HDC, and how to release it when you're done.
 
    GetDC() - ReleaseDC()
    BeginPaint() - EndPaint()
    CreateCompatibleDC() - DeleteDC()
 
'gbs_01012
'Date: 03-10-2012
 


created by gbSnippets
http://www.garybeene.com/sw/gbsnippets.htm