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