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


ISceneViewer2.DrawToMetafile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneViewer2 Interface > ISceneViewer2.DrawToMetafile Method
ArcGIS Developer Help

ISceneViewer2.DrawToMetafile Method

Draws the contents of the viewer to a device.

[Visual Basic .NET]
Public Sub DrawToMetafile ( _
    ByVal hDC As Integer, _
    ByVal resolutionFactor As Single, _
    ByVal left As Integer, _
    ByVal top As Integer, _
    ByVal right As Integer, _
    ByVal bottom As Integer, _
    ByVal bOffScreen As Boolean _
)
[C#]
public void DrawToMetafile (
    int hDC,
    float resolutionFactor,
    int left,
    int top,
    int right,
    int bottom,
    bool bOffScreen
);
[C++]
HRESULT DrawToMetafile(
  OLE_HANDLE hDC,
  float resolutionFactor,
  long left,
  long top,
  long right,
  long bottom,
  VARIANT_BOOL bOffScreen
);
[C++]
Parameters
hDC [in]

hDC is a parameter of type OLE_HANDLE resolutionFactor [in]
resolutionFactor is a parameter of type single left [in]
left is a parameter of type long top [in]
top is a parameter of type long right [in]
right is a parameter of type long bottom [in]
bottom is a parameter of type long bOffScreen [in]
bOffScreen is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneViewer2 Interface