| CircleSegment Constructor |
Constructor
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public CircleSegment(
Point2f center,
float radius
)
Public Sub New (
center As Point2f,
radius As Single
)
public:
CircleSegment(
Point2f center,
float radius
)
new :
center : Point2f *
radius : float32 -> CircleSegment
Parameters
- center
- Type: OpenCvSharpPoint2f
center - radius
- Type: SystemSingle
radius
See Also