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




A System.Drawing.Point which represents the end 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.
A System.Drawing.Color of the circle’s outline.
Draws an arc on a printer from the current Draw location.
Syntax
public void Arc( 
   Point endPoint,
   float startAngle,
   float endAngle,
   Color color
)
public: void Arc( 
   Point endPoint,
   float startAngle,
   float endAngle,
   Color color
) 
public:
void Arc( 
   Point endPoint,
   float startAngle,
   float endAngle,
   Color color
) 
'Declaration
 
Public Overloads Sub Arc( _
   ByVal endPoint As Point, _
   ByVal startAngle As Single, _
   ByVal endAngle As Single, _
   ByVal color As Color _
) 
 
'Usage
 
Dim instance As Draw
Dim endPoint As Point
Dim startAngle As Single
Dim endAngle As Single
Dim color As Color
 
instance.Arc(endPoint, startAngle, endAngle, color)

Parameters

endPoint
A System.Drawing.Point which represents the end 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
A System.Drawing.Color of the circle’s outline.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback