JunkBox_Win_Lib 1.5.3
Loading...
Searching...
No Matches
DxPolygonView.cpp
Go to the documentation of this file.
1// DxPolygonView.cpp : 実装ファイル
2//
3
4#include "..\stdafx.h"
5
6#include "DxPolygonView.h"
7
8
9
10// DxPolygonView
11
12IMPLEMENT_DYNCREATE(DxPolygonView, CExView)
13
14
19
20
21//
25
26
27
28BEGIN_MESSAGE_MAP(DxPolygonView, CDxBaseView)
29END_MESSAGE_MAP()
30
31
32
33// DxPolygonView 描画
34
35void DxPolygonView::OnDraw(CDC* pDC)
36{
37 CDocument* pDoc = GetDocument();
38 // TODO: 描画コードをここに追加してください。
39}
40
41
42// DxPolygonView 診断
43
44#ifdef _DEBUG
46{
47 CDxBaseView::AssertValid();
48}
49
50
51#ifndef _WIN32_WCE
52void DxPolygonView::Dump(CDumpContext& dc) const
53{
54 CDxBaseView::Dump(dc);
55}
56#endif
57#endif //_DEBUG
58
59
60// DxPolygonView メッセージ ハンドラ
virtual ~DxPolygonView()
virtual void AssertValid() const
virtual void Dump(CDumpContext &dc) const