ICanvas.ClearRect
ICanvas.ClearRect method
Clears the specified rectangular area to transparent.
public void ClearRect(float x, float y, float w, float h)
Parameter | Type | Description |
---|---|---|
x | Single | The x-coordinate of the top-left corner of the area to clear. |
y | Single | The y-coordinate of the top-left corner of the area to clear. |
w | Single | The width of the area to clear. |
h | Single | The height of the area to clear. |
See Also
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG