stroke method
Renders the strokes of the current subpath by using the current stroke styles.
![]() ![]() |
Syntax
HRESULT retVal = object.stroke();
Parameters
This method has no parameters.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Standards information
- HTML Canvas 2D Context, Section 9
Remarks
Use the ICanvasRenderingContext2D::beginPath method after you call the ICanvasRenderingContext2D::stroke method to close the existing path and start a new one with different properties.
Build date: 11/12/2012

