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