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