Table of Contents

Constructor Circle

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Circle(Point2f, float)

Initializes a new instance of the Circle structure with the specified parameters.

public Circle(Point2f center, float radius)

Parameters

center Point2f

The center of the circle.

radius float

The radius of the circle.