Click or drag to resize

GStateSetFillColor Method (PatternColor, ColorPt)

Set the fill color to the given uncolored tiling pattern.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetFillColor(
	PatternColor pattern,
	ColorPt c
)

Parameters

pattern
Type: pdftron.PDFPatternColor
the pattern
c
Type: pdftron.PDFColorPt
is a color in the pattern's underlying color space.
Remarks
The currently selected fill color space must be Pattern color space.
See Also