[]
Paints the border inside the specified rectangle.
public void Paint(PdfGraphics g, float x, float y, float width, float height, bool rightToLeft)
Public Sub Paint(g As PdfGraphics, x As Single, y As Single, width As Single, height As Single, rightToLeft As Boolean)
| Type | Name | Description |
|---|---|---|
| PdfGraphics | g | Graphics device interface |
| float | x | X-coordinate for the top left corner |
| float | y | Y-coordinate for the top left corner |
| float | width | Width of the border, in pixels |
| float | height | Height of the border, in pixels |
| bool | rightToLeft | Whether orientation is right-to-left |