Click or drag to resize
Accord.NET (logo)

Circle Properties

The Circle type exposes the following members.

Properties
  NameDescription
Public propertyArea
Gets the area of the circle (πR²).
Public propertyCircumference
Gets the circumference of the circle (2πR).
Public propertyDiameter
Gets the diameter of the circle (2R).
Public propertyOrigin
Gets or sets the origin (center) of this circle.
Public propertyRadius
Gets or sets the radius for this circle.
Top
See Also