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




The bounding A System.Drawing.Rectangle of the circle.
A single value which represents the starting angle of the slice.
A single-precision floating-point value (in degrees, 0-360) that specifies the end angle of the arc.
Draws part of a circle.
Syntax
'Declaration
 
Public Overloads Sub Pie( _
   ByVal boundingBox As Rectangle, _
   ByVal startAngle As Single, _
   ByVal endAngle As Single _
) 
'Usage
 
Dim instance As Draw
Dim boundingBox As Rectangle
Dim startAngle As Single
Dim endAngle As Single
 
instance.Pie(boundingBox, startAngle, endAngle)
public void Pie( 
   Rectangle boundingBox,
   float startAngle,
   float endAngle
)
public: void Pie( 
   Rectangle boundingBox,
   float startAngle,
   float endAngle
) 
public:
void Pie( 
   Rectangle boundingBox,
   float startAngle,
   float endAngle
) 

Parameters

boundingBox
The bounding A System.Drawing.Rectangle of the circle.
startAngle
A single value which represents the starting angle of the slice.
endAngle
A single-precision floating-point value (in degrees, 0-360) that specifies the end angle of the arc.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback