Click here to Skip to main content
15,896,153 members
Articles / Multimedia / GDI

CTGraphics - Anti-Alias C++ Drawing

Rate me:
Please Sign up or sign in to vote.
4.77/5 (51 votes)
13 Dec 2006CPOL4 min read 173K   9K   103  
An article on anti-aliased C++ drawing.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CTGraphics TestProject.rc
//
#define IDD_ABOUTBOX                    100
#define IDT_TIMER                       101
#define IDR_MAINFRAME                   128
#define IDR_CTGRAPTYPE                  129
#define ID_DRAWING_LINE                 32771
#define ID_DRAWING_ELLIPSE              32772
#define ID_DRAWING_POLYLINE             32773
#define ID_DRAWING_ARC                  32774
#define ID_DRAWING_PIE                  32775
#define ID_DRAWING_CHORD                32776
#define ID_DRAWING_ROUND_RECTANGLE      32777
#define ID_DRAWING_BEZIER               32778
#define ID_DRAWING_POLYGON              32779

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        130
#define _APS_NEXT_COMMAND_VALUE         32780
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           102
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Elektromehanika d.o.o. Nis
Serbia Serbia
He has a master degree in Computer Science at Faculty of Electronics in Nis (Serbia), and works as a C++/C# application developer for Windows platforms since 2001. He likes traveling, reading and meeting new people and cultures.

Comments and Discussions