| CircleSegment Constructor  | 
        
         
            Constructor
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic 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 -> CircleSegmentOpenCvSharp.CircleSegment = function(center, radius);
Parameters
- center
- Type: OpenCvSharpPoint2f
 center
- radius
- Type: SystemSingle
 radius
 See Also
See Also