JunkBox_Win_Lib 1.5.3
Loading...
Searching...
No Matches
DxPolygonView Class Reference

#include <DxPolygonView.h>

Inheritance diagram for DxPolygonView:
Collaboration diagram for DxPolygonView:

Public Member Functions

virtual void OnDraw (CDC *pDC)
 
virtual void AssertValid () const
 
virtual void Dump (CDumpContext &dc) const
 

Protected Member Functions

 DxPolygonView ()
 
virtual ~DxPolygonView ()
 

Detailed Description

Definition at line 8 of file DxPolygonView.h.

Constructor & Destructor Documentation

◆ DxPolygonView()

DxPolygonView ( )
protected

Definition at line 15 of file DxPolygonView.cpp.

16{
17
18}

◆ ~DxPolygonView()

~DxPolygonView ( )
protectedvirtual

Definition at line 22 of file DxPolygonView.cpp.

23{
24}

Member Function Documentation

◆ AssertValid()

void AssertValid ( ) const
virtual

Definition at line 45 of file DxPolygonView.cpp.

46{
47 CDxBaseView::AssertValid();
48}

◆ Dump()

void Dump ( CDumpContext & dc) const
virtual

Definition at line 52 of file DxPolygonView.cpp.

53{
54 CDxBaseView::Dump(dc);
55}

◆ OnDraw()

void OnDraw ( CDC * pDC)
virtual

Definition at line 35 of file DxPolygonView.cpp.

36{
37 CDocument* pDoc = GetDocument();
38 // TODO: 描画コードをここに追加してください。
39}

The documentation for this class was generated from the following files: