This document is archived and information here might be outdated.  Recommended version.


IAGAnimationContainer.DrawPageLayoutToDC Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationContainer Interface > IAGAnimationContainer.DrawPageLayoutToDC Method
ArcGIS Developer Help

IAGAnimationContainer.DrawPageLayoutToDC Method

Draw the page layout to specified device context.

[Visual Basic .NET]
Public Sub DrawPageLayoutToDC ( _
    ByVal hDC As Integer _
)
[C#]
public void DrawPageLayoutToDC (
    int hDC
);
[C++]
HRESULT DrawPageLayoutToDC(
  OLE_HANDLE hDC
);
[C++]
Parameters
hDC [in]

hDC is a parameter of type OLE_HANDLE

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description


Remarks


[C#]
[C++]
[Visual Basic .NET]

See Also

IAGAnimationContainer Interface