'Declaration
Public Overloads Sub Rectangle( _
ByVal As PointF, _
ByVal As Color _
)
'Usage
Dim instance As Draw
Dim endPoint As PointF
Dim color As Color
instance.Rectangle(endPoint, color)
public void Rectangle(
PointF ,
Color
)
public: void Rectangle(
PointF ,
Color
)
public:
void Rectangle(
PointF ,
Color
)