#include <DxPolygonDoc.h>
Definition at line 8 of file DxPolygonDoc.h.
◆ DxPolygonDoc()
◆ ~DxPolygonDoc()
◆ AssertValid()
void AssertValid |
( |
| ) |
const |
|
virtual |
◆ Dump()
void Dump |
( |
CDumpContext & | dc | ) |
const |
|
virtual |
◆ OnNewDocument()
Definition at line 21 of file DxPolygonDoc.cpp.
22{
23 if (!CExDocument::OnNewDocument()) return FALSE;
24 return TRUE;
25}
◆ Serialize()
void Serialize |
( |
CArchive & | ar | ) |
|
|
virtual |
Definition at line 60 of file DxPolygonDoc.cpp.
61{
62 if (ar.IsStoring()) {
63
64 }
65 else {
66
67 }
68}
The documentation for this class was generated from the following files: