Device.DrawRect
Device.DrawRect method
Draws a rectangle.
public virtual void DrawRect(double x, double y, double width, double height)
Parameter | Type | Description |
---|---|---|
x | Double | X coordinate of upper left corner of the rectangle. |
y | Double | Y coordinate of upper left corner of the rectangle. |
width | Double | A width of the rectangle. |
height | Double | A height of the rectangle. |
See Also
- class Device
- namespace Aspose.Page
- assembly Aspose.Page