 | PdfPathObjectSetDashArray Method |
Set the line dash array.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic void SetDashArray(
float[] dash
)
Public Sub SetDashArray (
dash As Single()
)
public:
void SetDashArray(
array<float>^ dash
)
member SetDashArray :
dash : float32[] -> unit
public void SetDashArray(
float[] dash
)
function SetDashArray(dash);
Parameters
- dash Single
- An array of numbers that specify the lengths of alternating dashes and gaps; the numbers must be nonnegative and not all zero.
See Also