Paint Method
Paint(PdfGraphics, float, float, float, float, bool)
Paints the border inside the specified rectangle.
Declaration
void Paint(PdfGraphics g, float x, float y, float width, float height, bool rightToLeft)
Sub Paint(g As PdfGraphics, x As Single, y As Single, width As Single, height As Single, rightToLeft As Boolean)
Parameters
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 layout is right-to-left
|