'Declaration
Sub Paint( _
ByVal As Graphics, _
ByVal As Point, _
ByVal As Point, _
ByVal As Point, _
ByVal As Point, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'使用法
Dim instance As IBorderRotationSupport
Dim g As Graphics
Dim topleft As Point
Dim bottomLeft As Point
Dim bottomRight As Point
Dim topRight As Point
Dim rightToLeft As Boolean
Dim paintTop As Boolean
Dim paintBottom As Boolean
Dim paintRight As Boolean
Dim paintLeft As Boolean
Dim diagonalUpDownPainting As Boolean
Dim xCross As Integer
Dim yCross As Integer
Dim widthCross As Integer
Dim heightCross As Integer
instance.Paint(g, topleft, bottomLeft, bottomRight, topRight, rightToLeft, paintTop, paintBottom, paintRight, paintLeft, diagonalUpDownPainting, xCross, yCross, widthCross, heightCross)
void Paint(
Graphics ,
Point ,
Point ,
Point ,
Point ,
bool ,
bool ,
bool ,
bool ,
bool ,
bool ,
int ,
int ,
int ,
int
)