JunkBox_Win_Lib 1.5.3
Loading...
Searching...
No Matches
Dx3DDirectView.h
Go to the documentation of this file.
1#pragma once
2
3#include "DxBaseClass.h"
4
5
6//
7namespace jbxwl {
8
9
10// CDx3DDirectView
11
13{
15
16public:
18 virtual ~CDx3DDirectView();
19
20protected:
22 virtual void OnDraw(CDC* /*pDC*/);
23public:
24 virtual void OnInitialUpdate();
25};
26
27
28} // namespace
29
virtual void OnInitialUpdate()
virtual void OnDraw(CDC *)