ICanvas.FillRect
ICanvas.FillRect method
Fills the specified rectangular area with the current fill style.
public void FillRect(float x, float y, float w, float h)
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. |
w | Single | The width of the rectangle. |
h | Single | The height of the rectangle. |
See Also
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG