ArcObjects Library Reference (DefenseSolutions)  

ICreateBitmap2.DrawToPictureWithExtent Method

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

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

[C++]
HRESULT DrawToPictureWithExtent(
  IEnvelope* pExtent,
  long lWidth,
  long lHeight,
  IColor* pBackColor,
  Picture** ppPicture
);
[C++]

Parameters

pExtent [in]

  pExtent is a parameter of type IEnvelope

lWidth [in]   lWidth is a parameter of type long lHeight [in]   lHeight is a parameter of type long 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