Stroke
IPDFDocument4 :: Page Operations :: Graphics

See Also
Collapse All

This method flushes the current path using a non-zero winding number rule.

Syntax

HRESULT Stroke ()
Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

This method strokes the current paths using the current stroke color and current line width.

The stroke color may be set using the SetColorStroke and SetColor methods. The current line width may be set using the SetLineWidth method.

See the DrawEllipse method for examples.

See Also

Reference