The CircleF type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CircleF | Create a circle with the specific center and radius |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Overloaded. |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Properties
Name | Description | |
---|---|---|
![]() | Area | The area of the circle |
![]() | Center | Get or Set the center of the circle |
![]() | Radius | The radius of the circle |