2.2.4.21 GraphPageBase
Contents
Name
GraphPageBase
Remark
The GraphPageBase is a base class for GraphPage and LayoutPage.
Hierarchy
-
-
-
- GraphPageBase
- GraphPageBase
-
-
Examples
EX1
void GraphPageBase_Ex1() { GraphPage gp; gp.Create("origin"); GraphPageBase gpBase(gp.GetName()); if(gpBase) out_str(gpBase.GetName()); }
Header to Include
origin.h
Reference
Members
| Name | Brief | Example |
|---|---|---|
| Create or replace an existing GraphPage or LayoutPage with this one as an exact copy | ||
| Get picture holder from GraphPage or LayoutPage. | ||
| Construct a GraphPage object using the name of an existing page. |