Click or drag to resize

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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public WCircle(
	double radius,
	double thickness,
	MCvScalar color
)

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