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




The bounding System.Drawing.RectangleF 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.
The System.Drawing.Color of the circle’s outline.
Draws a black arc on a printer.
Syntax
'Declaration
 
Public Overloads Sub Arc( _
   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.Arc(boundingBox, startAngle, endAngle, color)
public void Arc( 
   RectangleF boundingBox,
   float startAngle,
   float endAngle,
   Color color
)
public: void Arc( 
   RectangleF boundingBox,
   float startAngle,
   float endAngle,
   Color color
) 
public:
void Arc( 
   RectangleF boundingBox,
   float startAngle,
   float endAngle,
   Color color
) 

Parameters

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

Reference

Draw Class
Draw Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback