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




A System.Drawing.PointF which represents the location of the center of the circle of the pie slice.
A single 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.
Draws part of a circle.
Syntax
'Declaration
 
Public Overloads Sub Pie( _
   ByVal location As PointF, _
   ByVal radius As Single, _
   ByVal endAngle As Single _
) 
'Usage
 
Dim instance As Draw
Dim location As PointF
Dim radius As Single
Dim endAngle As Single
 
instance.Pie(location, radius, endAngle)
public void Pie( 
   PointF location,
   float radius,
   float endAngle
)
public: void Pie( 
   PointF location,
   float radius,
   float endAngle
) 
public:
void Pie( 
   PointF location,
   float radius,
   float endAngle
) 

Parameters

location
A System.Drawing.PointF which represents the location of the center of the circle of the pie slice.
radius
A single 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.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback