PsDocument.DrawRect
PsDocument.DrawRect method
Draws a rectangle.
public 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 PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page