[]
Renders the border around the specified rectangle.
public void Render(ArrayList borderLines, RectangleF bounds, float dpiX, float dpiY, float pageScale)
| Type | Name | Description |
|---|---|---|
| ArrayList | borderLines | The border lines. |
| RectangleF | bounds | The Border's rectangle in inches. |
| float | dpiX | The dpi X value. |
| float | dpiY | The dpi Y value. |
| float | pageScale | Graphics' page scale. |