Click or drag to resize

CircleSegment Constructor

Constructor

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public CircleSegment(
	Point2f center,
	float radius
)

Parameters

center
Type: OpenCvSharpPoint2f
center
radius
Type: SystemSingle
radius
See Also