Table of Contents

Struct Circle

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents the parameters of a circle.

public struct Circle
Inherited Members

Constructors

Circle(Point2f, float)

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

Fields

Center

The center of the circle.

Radius

The radius of the circle.

Methods

ToString()

Creates a string representation of this Circle structure.