JunkBox_Win_Lib 1.5.3
Loading...
Searching...
No Matches
DxPolygonView.h
Go to the documentation of this file.
1#pragma once
2
3#include "DxBaseClass.h"
4
5
6// DxPolygonView ビュー
7
8class DxPolygonView : public CDx3DBaseView
9{
10 DECLARE_DYNCREATE(DxPolygonView)
11
12protected:
13 DxPolygonView(); // 動的生成で使用される protected コンストラクタ
14 virtual ~DxPolygonView();
15
16public:
17 virtual void OnDraw(CDC* pDC); // このビューを描画するためにオーバーライドされます。
18#ifdef _DEBUG
19 virtual void AssertValid() const;
20#ifndef _WIN32_WCE
21 virtual void Dump(CDumpContext& dc) const;
22#endif
23#endif
24
25protected:
26 DECLARE_MESSAGE_MAP()
27};
virtual void OnDraw(CDC *pDC)
virtual ~DxPolygonView()
virtual void AssertValid() const
virtual void Dump(CDumpContext &dc) const