Drawing
Everything on SkillVeris tagged Drawing — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Study Notes(3)
Custom Drawing and Owner-Draw
How MFC lets you take over rendering of standard controls — buttons, list boxes, combo boxes, list controls — through the owner-draw mechanism and custom-draw…
Drawing with CDC
A practical tour of the CDC drawing API — lines, shapes, text, and pens/brushes — and the conventions MFC applications follow to render correctly inside OnDraw…
Canvas Widget and Drawing
Learn how Tk's canvas widget models a drawing surface with items, tags, and coordinates, and how to build interactive graphics in Tcl/Tk.