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