[]
        
(Showing Draft Content)

FarPoint.Win.IBorder2.Paint

Paint Method

Paint(Graphics, int, int, int, int, bool)

Paints the border inside the specified rectangle.

Declaration
void Paint(Graphics g, int x, int y, int width, int height, bool rightToLeft)
Sub Paint(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, rightToLeft As Boolean)
Parameters
Type Name Description
Graphics g

Graphics device interface

int x

X-coordinate for the top left corner

int y

Y-coordinate for the top left corner

int width

Width of the border, in pixels

int height

Height of the border, in pixels

bool rightToLeft

Whether to draw the border with a right-to-left orientation