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