Namespace TallComponents.PDF.Pens

Class DashPattern

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

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.

Syntax

public class DashPattern : Object

Constructors

Properties

Methods