WCircle Constructor (Double, Double, MCvScalar) |
http://www.emgu.com
Constructs default planar circle centred at origin with plane normal along z-axis.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic WCircle(
double radius,
double thickness,
MCvScalar color
)
Public Sub New (
radius As Double,
thickness As Double,
color As MCvScalar
)
public:
WCircle(
double radius,
double thickness,
MCvScalar color
)
new :
radius : float *
thickness : float *
color : MCvScalar -> WCircle
Parameters
- radius
- Type: SystemDouble
Radius of the circle. - thickness
- Type: SystemDouble
Thickness of the circle. - color
- Type: Emgu.CV.StructureMCvScalar
Color of the circle.
See Also