Accusoft.PrintPro8.Net
Pie(Point,Int32,Single,Single) Method




A System.Drawing.Point which represents the location of the center of the circle of the pie slice.
An integer value which represents the radius of the circle. A negative radius will have the same result as its positive counterpart.
A single value which represents the starting angle of the slice.
A single value which represents the ending angle of the slice.
Draws part of a circle.
Syntax
'Declaration
 
Public Overloads Sub Pie( _
   ByVal location As Point, _
   ByVal radius As Integer, _
   ByVal startAngle As Single, _
   ByVal endAngle As Single _
) 
'Usage
 
Dim instance As Draw
Dim location As Point
Dim radius As Integer
Dim startAngle As Single
Dim endAngle As Single
 
instance.Pie(location, radius, startAngle, endAngle)
public void Pie( 
   Point location,
   int radius,
   float startAngle,
   float endAngle
)
public: void Pie( 
   Point location,
   int radius,
   float startAngle,
   float endAngle
) 
public:
void Pie( 
   Point location,
   int radius,
   float startAngle,
   float endAngle
) 

Parameters

location
A System.Drawing.Point which represents the location of the center of the circle of the pie slice.
radius
An integer value which represents the radius of the circle. A negative radius will have the same result as its positive counterpart.
startAngle
A single value which represents the starting angle of the slice.
endAngle
A single value which represents the ending angle of the slice.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback