'Declaration
Public Overloads Sub RoundRectangle( _
ByVal As Point, _
ByVal As Point, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Color _
)
'Usage
Dim instance As Draw
Dim upperLeft As Point
Dim lowerRight As Point
Dim roundWidth As Integer
Dim roundHeight As Integer
Dim color As Color
instance.RoundRectangle(upperLeft, lowerRight, roundWidth, roundHeight, color)
public void RoundRectangle(
Point ,
Point ,
int ,
int ,
Color
)
public: void RoundRectangle(
Point ,
Point ,
int ,
int ,
Color
)
public:
void RoundRectangle(
Point ,
Point ,
int ,
int ,
Color
)