Accusoft.PrintPro8.Net
Pie(PointF,PointF,Single,Single,Color) Method




A System.Drawing.PointF which represents the upper-left coordinate of the bounding rectangle.
A System.Drawing.PointF which represents the upper-right coordinate of the bouding rectangle.
A single value which represents the starting angle of the slice.
A single value which represents the ending angle of the slice.
color of the circle’s outline.
Draws a pie-shaped wedge on a printer.
Syntax
'Declaration
 
Public Overloads Sub Pie( _
   ByVal upperLeft As PointF, _
   ByVal lowerRight As PointF, _
   ByVal startAngle As Single, _
   ByVal endAngle As Single, _
   ByVal color As Color _
) 
'Usage
 
Dim instance As Draw
Dim upperLeft As PointF
Dim lowerRight As PointF
Dim startAngle As Single
Dim endAngle As Single
Dim color As Color
 
instance.Pie(upperLeft, lowerRight, startAngle, endAngle, color)
public void Pie( 
   PointF upperLeft,
   PointF lowerRight,
   float startAngle,
   float endAngle,
   Color color
)
public: void Pie( 
   PointF upperLeft,
   PointF lowerRight,
   float startAngle,
   float endAngle,
   Color color
) 
public:
void Pie( 
   PointF upperLeft,
   PointF lowerRight,
   float startAngle,
   float endAngle,
   Color color
) 

Parameters

upperLeft
A System.Drawing.PointF which represents the upper-left coordinate of the bounding rectangle.
lowerRight
A System.Drawing.PointF which represents the upper-right coordinate of the bouding rectangle.
startAngle
A single value which represents the starting angle of the slice.
endAngle
A single value which represents the ending angle of the slice.
color
color of the circle’s outline.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback