ICanvas.StrokeRect
ICanvas.StrokeRect method
Strokes the specified rectangular area.
public void StrokeRect(float x, float y, float width, float height)
Parameter | Type | Description |
---|---|---|
x | Single | The x-coordinate of the top-left corner of the rectangle. |
y | Single | The y-coordinate of the top-left corner of the rectangle. |
width | Single | The width of the rectangle. |
height | Single | The height of the rectangle. |
See Also
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG