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




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 ending angle of the slice.
The System.Drawing.Color of the slice.
Draws part of a circle.
Syntax
public void Pie( 
   int radius,
   float endAngle,
   Color color
)
public: void Pie( 
   int radius,
   float endAngle,
   Color color
) 
public:
void Pie( 
   int radius,
   float endAngle,
   Color color
) 
'Declaration
 
Public Overloads Sub Pie( _
   ByVal radius As Integer, _
   ByVal endAngle As Single, _
   ByVal color As Color _
) 
 
'Usage
 
Dim instance As Draw
Dim radius As Integer
Dim endAngle As Single
Dim color As Color
 
instance.Pie(radius, endAngle, color)

Parameters

radius
An integer value which represents the radius of the circle. A negative radius will have the same result as its positive counterpart.
endAngle
A single value which represents the ending angle of the slice.
color
The System.Drawing.Color of the slice.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback