GStateSetStrokeColor Method (PatternColor, ColorPt) |
Set the stroke color to the given uncolored tiling pattern.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetStrokeColor(
PatternColor pattern,
ColorPt c
)
Public Sub SetStrokeColor (
pattern As PatternColor,
c As ColorPt
)
public:
virtual void SetStrokeColor(
[InAttribute] PatternColor^ pattern,
[InAttribute] ColorPt^ c
) sealed
function SetStrokeColor(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 stroke color space must be Pattern color space.
See Also