GStateSetStrokeColor Method (ColorPt) |
Sets the color value/point used for stroking operations.
The color value must be represented in the currently selected color space used
for stroking.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetStrokeColor(
ColorPt c
)
Public Sub SetStrokeColor (
c As ColorPt
)
public:
virtual void SetStrokeColor(
[InAttribute] ColorPt^ c
) sealed
function SetStrokeColor(c);
Parameters
- c
- Type: pdftron.PDFColorPt
the new stroke color
See Also