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

Circle2D Structure

Namespace:Avl
Assembly:AvlNet.Types.dll

Constructors

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

Properties

 NameTypeDescription
CenterAvl.Point2D
EmptyAvl.Circle2D Gets an empty instance of the Circle2D.
RadiusSystem.Single
XSystem.Single
YSystem.Single

Methods

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

See also