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 | ||
---|---|---|
DrawToDIB | Writes a cached graphic to an in-memory device independent bitmap. | |
DrawToDIBWithExtent | Writes a cached graphic to an in-memory device independent bitmap. | |
DrawToPicture | The method returns a Picture object from an in-memory bitmap representation of the graphic. | |
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.