Link Search Menu Expand Document

UncoloredTilingBrush Class

Represents an uncolored tiling Brush.
Inheritance Hierarchy
SystemObject
Bytescout.PDFBrush
Bytescout.PDFUncoloredTilingBrush

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

The UncoloredTilingBrush type exposes the following members.

Constructors
NameDescription
Public methodUncoloredTilingBrush
Initializes a new instance of the Bytescout.PDF.UncoloredTilingBrush class.
Top
Properties
NameDescription
Public propertyCanvas
Gets the canvas of the pattern cell.
Public propertyColor
Gets or sets the color of the Brush.
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.UncoloredTilingBrush.
(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