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




A System.Drawing.Point which represents the upper-left coordinate of the bounding rectangle.
A System.Drawing.Point which represents the upper-right coordinate of the bouding rectangle.
A single-precision floating-point value (in degrees, 0-360) that specifies the end angle of the arc.
Draws a black pie-shaped wedge on a printer.
Syntax
'Declaration
 
Public Overloads Sub Pie( _
   ByVal upperLeft As Point, _
   ByVal lowerRight As Point, _
   ByVal endAngle As Single _
) 
'Usage
 
Dim instance As Draw
Dim upperLeft As Point
Dim lowerRight As Point
Dim endAngle As Single
 
instance.Pie(upperLeft, lowerRight, endAngle)
public void Pie( 
   Point upperLeft,
   Point lowerRight,
   float endAngle
)
public: void Pie( 
   Point upperLeft,
   Point lowerRight,
   float endAngle
) 
public:
void Pie( 
   Point upperLeft,
   Point lowerRight,
   float endAngle
) 

Parameters

upperLeft
A System.Drawing.Point which represents the upper-left coordinate of the bounding rectangle.
lowerRight
A System.Drawing.Point which represents the upper-right coordinate of the bouding rectangle.
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

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback