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