This document is archived and information here might be outdated. Recommended version. |
Draw the grid.
[Visual Basic .NET] Public Sub Draw ( _ ByVal Display As IDisplay, _ ByVal Page As IPage _ )
[C#] public void Draw ( IDisplay Display, IPage Page );
[C++]
HRESULT Draw(
IDisplay* Display,
IPage* Page
);
[C++] Parameters Display [in]
Display is a parameter of type IDisplay* Page [in]
Page is a parameter of type IPage*