Provides access to members that control the raster (bitmap) marker symbol.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IPictureMarkerSymbol is a marker symbols that uses the contents of either a Windows bitmap (.BMP) file, or an Enhanced MetaFile (.EMF). The latter is an excellent way to get highly polished multi-color artwork into Arc Map as a marker symbol.
Members
| Description | ||
|---|---|---|
![]() |
Angle | Marker symbol angle. |
![]() |
BackgroundColor | Background color of the picture for 1 bit images. |
![]() |
BitmapTransparencyColor | Color within bitmap indicating transparency. |
![]() |
Color | Marker symbol color. |
![]() |
CreateMarkerSymbolFromFile | Create symbol from picture file. |
![]() |
Picture | Picture used for marker symbol. |
![]() |
Size | Marker symbol size. |
![]() |
SwapForeGroundBackGroundColor | Indicates if foreground and background colors are swapped on 1 Bit Images Only. |
![]() |
XOffset | Symbol X-axis offset from point location. |
![]() |
YOffset | Symbol Y-axis offset from point location. |
Inherited Interfaces
| Interfaces | Description |
|---|---|
| IMarkerSymbol | Provides access to members that control marker symbols. |
CoClasses that implement IPictureMarkerSymbol
| CoClasses and Classes | Description |
|---|---|
| MoleMarkerSymbol (esriDefenseSolutions) | Mole Marker Symbol Class. |
| PictureMarkerSymbol | A marker symbol based on either a BMP or an EMF picture. |


