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




The bounding System.Drawing.Rectangle that specifies the size of the arc
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( 
   Rectangle boundingBox,
   float startAngle,
   float endAngle
)
public: void Arc( 
   Rectangle boundingBox,
   float startAngle,
   float endAngle
) 
public:
void Arc( 
   Rectangle boundingBox,
   float startAngle,
   float endAngle
) 
'Declaration
 
Public Overloads Sub Arc( _
   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.Arc(boundingBox, startAngle, endAngle)

Parameters

boundingBox
The bounding System.Drawing.Rectangle that specifies the size of the arc
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