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




A System.Drawing.PointF which represents the upper-left coordinate for the bounding rectangle.
A System.Drawing.PointF 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.
The System.Drawing.Color of the circle’s outline.
Draws an arc on a printer.
Syntax
'Declaration
 
Public Overloads Sub Arc( _
   ByVal upperLeft As PointF, _
   ByVal lowerRight As PointF, _
   ByVal startAngle As Single, _
   ByVal endAngle As Single, _
   ByVal color As Color _
) 
'Usage
 
Dim instance As Draw
Dim upperLeft As PointF
Dim lowerRight As PointF
Dim startAngle As Single
Dim endAngle As Single
Dim color As Color
 
instance.Arc(upperLeft, lowerRight, startAngle, endAngle, color)
public void Arc( 
   PointF upperLeft,
   PointF lowerRight,
   float startAngle,
   float endAngle,
   Color color
)
public: void Arc( 
   PointF upperLeft,
   PointF lowerRight,
   float startAngle,
   float endAngle,
   Color color
) 
public:
void Arc( 
   PointF upperLeft,
   PointF lowerRight,
   float startAngle,
   float endAngle,
   Color color
) 

Parameters

upperLeft
A System.Drawing.PointF which represents the upper-left coordinate for the bounding rectangle.
lowerRight
A System.Drawing.PointF 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.
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