Graphics in VC++

  • Thread starter Thread starter srfpala
  • Start date Start date
S

srfpala

Guest
Are there any suggested online resources for doing graphics work in VC++ in VS 2017 Community?
I see significant material for C# but nothing yet found for VC++ .... not surprised !

One clue was

Don't create your own graphics for drawing -- use e->Graphics instead.
e->Graphics->DrawRectangle( ... );
where e-> is the PaintEventArgs object

TIA

Bob



Bob

Continue reading...
 
Back
Top