Link Search Menu Expand Document

ColoredTilingPen Class

Represents a colored tiling pen.
Inheritance Hierarchy
SystemObject
Bytescout.PDFPen
Bytescout.PDFColoredTilingPen

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

The ColoredTilingPen type exposes the following members.

Constructors
NameDescription
Public methodColoredTilingPen
Initializes a new instance of the Bytescout.PDF.ColoredTilingPen class.
Top
Properties
NameDescription
Public propertyCanvas
Gets the canvas of the pattern cell.
Public propertyDashPattern
Gets or sets the line dash pattern.
(Overrides PenDashPattern.)
Public propertyLineCap
Gets or sets the line cap of this pen.
(Overrides PenLineCap.)
Public propertyLineJoin
Gets or sets the line join style of this pen.
(Overrides PenLineJoin.)
Public propertyMiterLimit
Gets or sets the miter limit.
(Overrides PenMiterLimit.)
Public propertyOpacity
Gets or sets the opacity value in percent.
(Overrides PenOpacity.)
Public propertyPatternHeight
Gets the height of pattern cells.
Public propertyPatternWidth
Gets the width of pattern cells.
Public propertyTilingType
Gets or sets the Bytescout.PDF.TilingType value specifying the adjustments to the spacing of tiles relative to the device pixel grid.
Public propertyWidth
Gets or sets the width of this pen.
(Overrides PenWidth.)
Public propertyXStep
Gets or sets the desired horizontal spacing between pattern cells, measured in the pattern coordinate system.
Public propertyYStep
Gets or sets the desired vertical spacing between pattern cells, measured in the pattern coordinate system.
Top
Methods
NameDescription
Public methodClone
Allows the creation of a shallow copy of this Bytescout.PDF.ColoredTilingPen.
(Overrides PenClone.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference