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


IGxWorldView.GetScreenShot Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalystUI > ESRI.ArcGIS.Analyst3DUI > Interfaces > IG > IGxWorldView Interface > IGxWorldView.GetScreenShot Method
ArcGIS Developer Help

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