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