ICanvas.Stroke
Stroke()
Strokes the current path.
public void Stroke()
See Also
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG
Stroke(IPath)
Strokes the specified path.
public void Stroke(IPath path)
Parameter | Type | Description |
---|---|---|
path | IPath | The path to stroke. See IPath . |
See Also
- interface IPath
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG