LineStyle Constructors

Overloads

LineStyle(Single[])Initializes a new instance of the LineStyle class.
LineStyle(Single[], Single)Initializes a new instance of the LineStyle class.

LineStyle(Single[])

Initializes a new instance of the LineStyle class.

public LineStyle(Single[] dashArray)
Public Sub New (dashArray As Single[])

Parameters

dashArray
Single[]

The array specifying the line style.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

LineStyle(Single[], Single)

Initializes a new instance of the LineStyle class.

public LineStyle(Single[] dashArray, float dashPhase)
Public Sub New (dashArray As Single[], dashPhase As Single)

Parameters

dashArray
Single[]

The array specifying the line style.

dashPhase
Single

The phase of the line style.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

LineStyle
ceTe.DynamicPDF

In this topic