Provides access to members that control the picture fill symbol.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IPictureFillSymbol can be used to create a fill pattern that consists of either a bitmap image or emf file. Use the Angle property to control the orientation of the picture. Use the XScale and YScale to adjust the size up or down. Use the IFillSymbol interface to set additional properties for IPictureFillSymbols.
Members
Description | ||
---|---|---|
Angle | Angle of picture fill. | |
BackgroundColor | Fill background color. | |
BitmapTransparencyColor | Color within bitmap indicating transparency. | |
Color | Fill color. | |
CreateFillSymbolFromFile | Create fill symbol from picture file. | |
Outline | Line symbol of fill outline. | |
Picture | Picture used for fill. | |
SwapForeGroundBackGroundColor | Indicates if the foreground and background colors are swapped on 1 Bit Images Only. | |
XScale | Scale of picture fill along X-axis. | |
YScale | Scale of picture fill along Y-axis. |
Inherited Interfaces
Interfaces | Description |
---|---|
IFillSymbol | Provides access to members that control fill symbols. |
CoClasses that implement IPictureFillSymbol
CoClasses and Classes | Description |
---|---|
PictureFillSymbol | A fill symbol based on either a BMP or an EMF picture. |