'Declaration Public Overloads Sub Rectangle( _ ByVal boundingBox As Rectangle, _ ByVal color As Color, _ ByVal fill As Boolean _ )
'Usage Dim instance As Draw Dim boundingBox As Rectangle Dim color As Color Dim fill As Boolean instance.Rectangle(boundingBox, color, fill)
public void Rectangle( Rectangle boundingBox, Color color, bool fill )
public: void Rectangle( Rectangle boundingBox, Color color, bool fill )
Draw Class Draw Members Overload List
©2015. Accusoft Corporation. All Rights Reserved.