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


IGxGlobeView.GetScreenShot Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCoreUI)  

IGxGlobeView.GetScreenShot Method

Gets a screen shot of the view.

[Visual Basic .NET]
Public Sub GetScreenShot ( _
    ByVal pBitmap As IntPtr, _
    ByVal pInfo As IntPtr _
)
[C#]
public void GetScreenShot (
    IntPtr pBitmap,
    IntPtr pInfo
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxGlobeView Interface