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




The bounding System.Drawing.RectangleF of the circle.
A single value which represents the starting angle of the slice.
A single value which represents the ending angle of the slice.
The System.Drawing.Color of the slice.
Draws part of a circle.
Syntax
'Declaration
 
Public Overloads Sub Pie( _
   ByVal boundingBox As RectangleF, _
   ByVal startAngle As Single, _
   ByVal endAngle As Single, _
   ByVal color As Color _
) 
'Usage
 
Dim instance As Draw
Dim boundingBox As RectangleF
Dim startAngle As Single
Dim endAngle As Single
Dim color As Color
 
instance.Pie(boundingBox, startAngle, endAngle, color)
public void Pie( 
   RectangleF boundingBox,
   float startAngle,
   float endAngle,
   Color color
)
public: void Pie( 
   RectangleF boundingBox,
   float startAngle,
   float endAngle,
   Color color
) 
public:
void Pie( 
   RectangleF boundingBox,
   float startAngle,
   float endAngle,
   Color color
) 

Parameters

boundingBox
The bounding System.Drawing.RectangleF of the circle.
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
The System.Drawing.Color of the slice.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback