Link Search Menu Expand Document

DashPattern Class

Represents class for a line dash pattern. The line dash pattern controls the pattern of dashes and gaps used to stroke paths.
Inheritance Hierarchy
SystemObject
Bytescout.PDFDashPattern

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class DashPattern

The DashPattern type exposes the following members.

Constructors
NameDescription
Public methodDashPattern
Initializes a new empty instance of the Bytescout.PDF.DashPattern class.
Public methodDashPattern(Single)
Initializes a new empty instance of the Bytescout.PDF.DashPattern class.
Public methodDashPattern(Single, Single)
Initializes a new empty instance of the Bytescout.PDF.DashPattern class.
Top
Properties
NameDescription
Public propertyPhase
Gets the distance from the start of a line to the beginning of the dash pattern.
Top
Methods
NameDescription
Public methodEquals
Determines whether the specified System.Object is equal to the current Bytescout.PDF.DashPattern.
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetPattern
Gets the pattern (the array of numbers that specifies the lengths of alternating dashes and gaps).
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference