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




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

Parameters

upperLeft
A System.Drawing.Point which represents the upper-left coordinate for the bounding rectangle.
lowerRight
A System.Drawing.Point which represents the lower-right coordinate for the bounding rectangle.
startAngle
A single-precision floating-point value (in degrees, 0-360) that specifies the starting angle of the arc.
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