'Declaration
Public Overloads Sub Rectangle( _
ByVal As Point, _
ByVal As Boolean _
)
'Usage
Dim instance As Draw
Dim endPoint As Point
Dim fill As Boolean
instance.Rectangle(endPoint, fill)
public void Rectangle(
Point ,
bool
)
public: void Rectangle(
Point ,
bool
)
public:
void Rectangle(
Point ,
bool
)