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


IGxGlobeView.GetScreenShot Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCoreUI > ESRI.ArcGIS.GlobeCoreUI > Interfaces > IG > IGxGlobeView Interface > IGxGlobeView.GetScreenShot Method
ArcGIS Developer Help

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