Provides access to members that control the picture line symbol.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IPictureLineSymbol can be used to create a line pattern that consists of either a bitmap image or emf file. Use the Rotate property to control the orientation of the picture. Use the XScale and YScale to adjust the size up or down. Use the ILineSymbol interface to set additional properties for IPictureLineSymbols.
Members
Description | ||
---|---|---|
BackgroundColor | Line background color. | |
BitmapTransparencyColor | Color within bitmap indicating transparency. | |
Color | Line symbol color. | |
CreateLineSymbolFromFile | Create line symbol from picture file. | |
Offset | Picture offset from center of line. | |
Picture | Picture used for line. | |
Rotate | Indicates if the picture is rotated to follow the line. | |
SwapForeGroundBackGroundColor | Indicates if the foreground and background colors are swapped on 1 Bit Images Only. | |
Width | Line symbol width. | |
XScale | Scale of picture along X-axis. | |
YScale | Scale of picture along Y-axis. |
Inherited Interfaces
Interfaces | Description |
---|---|
ILineSymbol | Provides access to members that control line symbols. |
CoClasses that implement IPictureLineSymbol
CoClasses and Classes | Description |
---|---|
PictureLineSymbol | A line symbol composed of either a BMP or an EMF picture. |