Visual C++ and MFC Programming 2nd Edition

(Martin Jones) #1

Visual C++ and MFC Fundamentals Chapter 7: GDI Accessories and Tools


This means that, if you start drawing something such as a line, it would start on the origin
and continue where you want it to stop.

Practical Learning: Starting a Drawing


Start Microsoft Visual C++ and create a Single Document application called GDI1 and based on the CView
class


6.3 GDI Lines and Shapes.................................................................................


6.3.1 Lines.......................................................................................................


A line is a junction of two points. This means that a line has a beginning and an end:
Free download pdf