IPath.Rect
IPath.Rect method
Adds a rectangle to the path.
public void Rect(float x, float y, float width, float height)
Parameter | Type | Description |
---|---|---|
x | Single | The x-coordinate of the upper-left corner of the rectangle. |
y | Single | The y-coordinate of the upper-left corner of the rectangle. |
width | Single | The width of the rectangle. |
height | Single | The height of the rectangle. |
See Also
- interface IPath
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG