PDFUncoloredTilingPattern¶
Namespace: O2S.Components.PDF4NET.Graphics
Defines an uncolored PDF pattern.
Inheritance Object → PDFPattern → PDFTilingPattern → PDFUncoloredTilingPattern
Remarks
An uncolored tiling pattern is one that has no inherent color, the color must be specified separately whenever the pattern is used.
Constructors¶
PDFUncoloredTilingPattern(Double, Double)¶
Initializes a new PDFUncoloredTilingPattern object.
Parameters
width Double
The width of the pattern cell.
height Double
The height of the pattern cell.
Properties¶
Canvas¶
Gets the pattern graphics.
Property Value
PDFCanvas
The pattern graphics surface used to create the pattern content.
Height¶
Gets the pattern height.
Property Value
Double
The height of a pattern cell.
Matrix¶
Gets or sets the pattern matrix.
Property Value
PDFMatrix
The pattern matrix.
Width¶
Gets the pattern width.
Property Value
Double
The width of a pattern cell.
XStep¶
Gets the x step.
Property Value
Double
The desired horizontal spacing between pattern cells.
YStep¶
Gets the y step.
Property Value
Double
The desired vertical spacing between pattern cells.