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


BmpPictureElement Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Classes > B > BmpPictureElement Class
ArcGIS Developer Help

BmpPictureElementClass Class

The Graphic Element to display BMP Pictures.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IBoundsProperties Provides access to members that control Bounds Properties.
IClone (esriSystem) Provides access to members that control cloning of objects.
IElement Provides access to members that control the Element.
IElementProperties Provides access to members that control the Element Properties.
IElementProperties2 Provides access to members that control More Element Properties.
IElementProperties3 Provides access to members that control More Element Properties.
IFrameDraw Provides access to members that control frame drawing.
IFrameElement Provides access to members that control the Frame element object.
IFrameProperties Provides access to members that control the General properties for a frame.
IGraphicElement Provides access to members that control the Graphic Element object.
IOlePictureElement Provides access to members that control the Ole Style Picture element.
IPersistStream (esriSystem)
IPictureElement Provides access to members that control the Picture element.
IPictureElement2 Provides access to members that control the Picture element.
IPictureElement3 Provides access to members that control the Picture element.
IPictureElement4 Provides access to members that control the Picture element.
IPictureElement5 Provides access to members that control the Picture element.
IPropertySupport (esriSystem) Provides access to members that set a default property on an object.
ITransform2D (esriGeometry) Provides access to methods for transforming geometries using either specific parameters or arbitrary transformation objects (affine transformations, geographic transformations, etc.).

Remarks

BmpPictureElement objects are picture elements placed on a page layout.  You can can also place picture elements within a data frame, but it is more common to place them within a layout.  BmpPictureElements are pictures in the bitmap (*.bmp) format.

Use this object when you want to manipulate the properties of a picture element.

Geometry: BmpPictureElement accepts geometry of type esriGeometryEnvelope or esriGeometryPolygon.  If an envelope is passed it, it is converted to a Polygon internally.   The geometry represents the frame the picture is drawn in and it is typically a rectangle.

See Also

IPictureElement Interface | IOlePictureElement Interface | IGraphicElement Interface