Accusoft.PrintPro8.Net
Circle(PointF,Single,Single) Method




The System.Drawing.PointF coordinate for the center point of the circle or ellipse.
A single value which represents the radius of the circle or ellipse.
A single value which represents the aspect ratio of the circle. The value 1.0 yields a perfect (non-elliptical) circle on any screen. A negative aspect ratio will yield a perfect circle.
Draws a black circle or ellipse on a printer.
Syntax
public void Circle( 
   PointF location,
   float radius,
   float aspectRatio
)
public: void Circle( 
   PointF location,
   float radius,
   float aspectRatio
) 
public:
void Circle( 
   PointF location,
   float radius,
   float aspectRatio
) 
'Declaration
 
Public Overloads Sub Circle( _
   ByVal location As PointF, _
   ByVal radius As Single, _
   ByVal aspectRatio As Single _
) 
 
'Usage
 
Dim instance As Draw
Dim location As PointF
Dim radius As Single
Dim aspectRatio As Single
 
instance.Circle(location, radius, aspectRatio)

Parameters

location
The System.Drawing.PointF coordinate for the center point of the circle or ellipse.
radius
A single value which represents the radius of the circle or ellipse.
aspectRatio
A single value which represents the aspect ratio of the circle. The value 1.0 yields a perfect (non-elliptical) circle on any screen. A negative aspect ratio will yield a perfect circle.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback