ArcObjects Library Reference (Display)  

IPictureLineSymbol Interface

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
Read/write property BackgroundColor Line background color.
Read/write property BitmapTransparencyColor Color within bitmap indicating transparency.
Read/write property Color Line symbol color.
Method CreateLineSymbolFromFile Create line symbol from picture file.
Read/write property Offset Picture offset from center of line.
Read/write property Picture Picture used for line.
Read/write property Rotate Indicates if the picture is rotated to follow the line.
Read/write property SwapForeGroundBackGroundColor Indicates if the foreground and background colors are swapped on 1 Bit Images Only.
Read/write property Width Line symbol width.
Read/write property XScale Scale of picture along X-axis.
Read/write property 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.

See Also

ILineSymbol Interface