VCanvasPaneDC: Difference between revisions
Appearance
m Created page with "The drawing canvas class for CanvasPanes. ==Synopsis== ; '''Header:''' : <tt><v/vcpdc.h></tt> ; '''Class name:''' : vCanvasPaneDC ; '''Hierarchy:''' : vDC ->vCanvasPaneDC ==De..." |
mNo edit summary |
||
Line 2: | Line 2: | ||
==Synopsis== | ==Synopsis== | ||
; '''Header:''' | ; '''Header:''' | ||
: <tt><v/vcpdc.h></tt> | : <tt><v/vcpdc.h></tt> | ||
Line 11: | Line 10: | ||
==Description== | ==Description== | ||
This class is normally automatically used by the <tt>vCanvasPane</tt> class. It provides the actual implementation of the screen drawing canvas class. | |||
[[Category:V C++ GUI Framework]] | |||
[[Category: |
Revision as of 18:11, 1 March 2017
The drawing canvas class for CanvasPanes.
Synopsis
- Header:
- <v/vcpdc.h>
- Class name:
- vCanvasPaneDC
- Hierarchy:
- vDC ->vCanvasPaneDC
Description
This class is normally automatically used by the vCanvasPane class. It provides the actual implementation of the screen drawing canvas class.