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
)
Public Sub SetFillColor (
pattern As PatternColor,
c As ColorPt
)
public:
virtual void SetFillColor(
[InAttribute] PatternColor^ pattern,
[InAttribute] ColorPt^ c
) sealed
function SetFillColor(pattern, 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