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