Click or drag to resize

Circle Structure

Represents a double precision circle shape.
Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxisCircle

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public struct Circle

The Circle type exposes the following members.

Constructors
 NameDescription
Public methodCircle(Circle)Initializes a new instance of the Circle class
Public methodCircle(CircleF)Initializes a new instance of the Circle class
Public methodCircle(Vector2, Double)Initializes a new instance of the Circle class
Top
Methods
Operators
Fields
 NameDescription
Public fieldCenter 
Public fieldStatic memberCleared 
Public fieldRadius 
Public fieldStatic memberZero 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also