ArcObjects Library Reference (DefenseSolutions)  

ICreateBitmap2.DrawToPicture Method

The method returns a Picture object from an in-memory bitmap representation of the graphic.

ERROR: Syntax information about ICreateBitmap2.DrawToPicture may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT DrawToPicture(
  IDisplay* Display,
  long lWidth,
  long lHeight,
  double dExpand,
  IColor* pBackColor,
  Picture** ppPicture
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

lWidth [in]   lWidth is a parameter of type long lHeight [in]   lHeight is a parameter of type long dExpand [in]   dExpand is a parameter of type double pBackColor [in]

  pBackColor is a parameter of type IColor

ppPicture [out, retval]

  ppPicture is a parameter of type Picture

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICreateBitmap2 Interface