Accusoft.PrintProSdk Namespace > Draw Class > Pie Method : Pie(PointF,PointF,Single,Single) Method |
'Declaration Public Overloads Sub Pie( _ ByVal upperLeft As PointF, _ ByVal lowerRight As PointF, _ ByVal startAngle As Single, _ ByVal endAngle As Single _ )
'Usage Dim instance As Draw Dim upperLeft As PointF Dim lowerRight As PointF Dim startAngle As Single Dim endAngle As Single instance.Pie(upperLeft, lowerRight, startAngle, endAngle)
public void Pie( PointF upperLeft, PointF lowerRight, float startAngle, float endAngle )
public: void Pie( PointF upperLeft, PointF lowerRight, float startAngle, float endAngle )
public: void Pie( PointF upperLeft, PointF lowerRight, float startAngle, float endAngle )