The CogFitCircle type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| NumPoints | The number of points that will be considered for the fit. | |
| NumToIgnore | The number of points that will be ignored in the fitting operation. | |
| RadiusConstraint | The value that the radius of the circle will be constrained to if radius is constrained. | |
| RadiusConstraintEnabled | Whether radius will be constrained for the fit. |
See Also