You are here: Start » AVL.NET » Circle2D Structure

Circle2D Structure

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
Circle2D(Int32, Int32, Int32)
Circle2D(Single, Single, Single)
Circle2D(Point2D, Single)

Properties

 NameTypeDescription
CenterAvlNet.Point2D
RadiusSystem.Single
XSystem.Single
YSystem.Single

Methods

 NameDescription
Equals(AvlNet.Circle2D)
Equals(object)Inherited from System.Object
Equals(AvlNet.Circle2D, AvlNet.Circle2D)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

See also