Link Search Menu Expand Document

ColoredTilingBrush Class

Represents a colored tiling Brush.
Inheritance Hierarchy
SystemObject
Bytescout.PDFBrush
Bytescout.PDFColoredTilingBrush

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

The ColoredTilingBrush type exposes the following members.

Constructors
NameDescription
Public methodColoredTilingBrush
Initializes a new instance of the Bytescout.PDF.ColoredTilingBrush class.
Top
Properties
NameDescription
Public propertyCanvas
Gets the canvas of the pattern cell.
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 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.ColoredTilingBrush.
(Overrides BrushClone.)
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