ArcObjects Library Reference (DefenseSolutions)  

ICreateBitmap2 Interface

Provides access to a cached graphic to be written to an in-memory bitmap.

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Members

Description
Method DrawToDIB Writes a cached graphic to an in-memory device independent bitmap.
Method DrawToDIBWithExtent Writes a cached graphic to an in-memory device independent bitmap.
Method DrawToPicture The method returns a Picture object from an in-memory bitmap representation of the graphic.
Method DrawToPictureWithExtent The method returns a Picture object from an in-memory bitmap representation of the graphic.

CoClasses that implement ICreateBitmap2

CoClasses and Classes Description
FEGraphic A cached graphic that symbolizes a point based military object (feature or force element).

Remarks

This interface was added at MOLE 9.2 and differs from its sister ICreateBitmap interface by adding the new methods DrawToDIBWithExtent and DrawToPictureWithExtent.