A pattern for a pen (e.g. solid, dotted, dashed, etc.).

Namespace: TallComponents.PDF.Pens
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public class DashPattern : ICloneable
Visual Basic
Public Class DashPattern _
	Implements ICloneable

Remarks

A DashPattern is an array of integers that specify alternating lengths of ink followed by no-ink. The array is applied repeatedly to draw the full length of the path to which the pattern is applied.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Pens..::..DashPattern

See Also