This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPage Interface > IPage.DrawPaper Method (ArcObjects .NET 10.5 SDK) |
Draw the paper. EraseColor is the color of the area surrounding the page. Only the area around the page is drawn in order to eliminate flashing. Use EraseColor=0 to simply draw page.
[Visual Basic .NET] Public Sub DrawPaper ( _ ByVal Display As IDisplay, _ ByVal eraseColor As IColor _ )
[C#] public void DrawPaper ( IDisplay Display, IColor eraseColor );
[C++]
HRESULT DrawPaper(
IDisplay* Display,
IColor* eraseColor
);
[C++]
Parameters Display [in]
Display is a parameter of type IDisplay eraseColor [in]
eraseColor is a parameter of type IColor