Accusoft.PrintPro8.Net
Circle(Point,Int32,Color,Single) Method




The System.Drawing.Point coordinate for the center point of the circle or ellipse.
An integer value which represents the radius of the circle or ellipse.
The System.Drawing.Color of the circle’s outline.
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 circle or ellipse on a printer.
Syntax
'Declaration
 
Public Overloads Sub Circle( _
   ByVal location As Point, _
   ByVal radius As Integer, _
   ByVal color As Color, _
   ByVal aspectRatio As Single _
) 
'Usage
 
Dim instance As Draw
Dim location As Point
Dim radius As Integer
Dim color As Color
Dim aspectRatio As Single
 
instance.Circle(location, radius, color, aspectRatio)
public void Circle( 
   Point location,
   int radius,
   Color color,
   float aspectRatio
)
public: void Circle( 
   Point location,
   int radius,
   Color color,
   float aspectRatio
) 
public:
void Circle( 
   Point location,
   int radius,
   Color color,
   float aspectRatio
) 

Parameters

location
The System.Drawing.Point coordinate for the center point of the circle or ellipse.
radius
An integer value which represents the radius of the circle or ellipse.
color
The System.Drawing.Color of the circle’s outline.
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