Jump to content

VCanvasPaneDC: Difference between revisions

From EDM2
m Created page with "The drawing canvas class for CanvasPanes. ==Synopsis== ; '''Header:''' : <tt><v/vcpdc.h></tt> ; '''Class name:''' : vCanvasPaneDC ; '''Hierarchy:''' : vDC ->vCanvasPaneDC ==De..."
 
Ak120 (talk | contribs)
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.


This class is normally automatically used by the [vcanvas.htm <tt>vCanvasPane</tt>] class. It provides the actual implementation of the screen drawing canvas class.
[[Category:V C++ GUI Framework]]
 
[[Category:Tools Articles]]

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.