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