Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
DrawingWindow Class
DrawingWindow Methods
DrawFilledCircle Method
DrawFilledCircle Method (Double, Double, Double)
DrawFilledCircle Method (DrawingVisual, Double, Double, Double)
DrawingWindow
DrawFilledCircle Method (DrawingVisual, Double, Double, Double)
Draws a filled circle of the specified radius, centered at (
X
,
Y
).
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
DrawFilledCircle
(
DrawingVisual
v
,
double
x
,
double
y
,
double
radius
)
Parameters
v
Type:
System.Windows.Media
DrawingVisual
The rendered visual
x
Type:
System
Double
the
X
-coordinate of the center of the circle
y
Type:
System
Double
the
Y
-coordinate of the center of the circle
radius
Type:
System
Double
the radius of the circle
Exceptions
Exception
Condition
ArgumentException
if radius is negative
See Also
Reference
DrawingWindow Class
DrawFilledCircle Overload
Algs4Net Namespace