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..." |
m Ak120 moved page The V C++ GUI Framework:vCanvasPaneDC to VCanvasPaneDC |
||
(One intermediate revision by the same user not shown) | |||
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: |
Latest revision as of 17:39, 7 December 2019
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.