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


IGxWorldView.GetScreenShot Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (3DAnalystUI)  

IGxWorldView.GetScreenShot Method

Returns a screen shot of the current scene.

[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. Requires 3D Analyst Extension.

See Also

IGxWorldView Interface