BiSvgDrawLine

The SVG implementation of the BiDrawLine class.

This class extends BiComponent and therefore all methods and fields available for BiComponent are also available for BiSvgDrawLine .

Constructor

new BiSvgDrawLine ( nWidth,sType,sForeColor,sStartArrowStyle,sEndArrowStyle )

Parameters

NameTypeOptionalDefaultDescripton
nWidthNumberThe line width
sTypeStringThe line type. Accepted values are:- dotted, dashed, solid
sForeColorStringThe line color
sStartArrowStyleStringThe start arrow style.
sEndArrowStyleStringThe end arrow style.

Properties

None.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

This class is mapped by BiDrawLine. Please refer to BiDrawLine for API documentation.