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

Rectangle2D Structure

Namespace:Avl
Assembly:AvlNet.Types.dll

Constructors

 ConstructorDescription
Rectangle2D(Point2D, Single, Single, Single)
Rectangle2D(Single, Single, Single, Single, Single)

Properties

 NameTypeDescription
AngleSystem.Single
EmptyAvl.Rectangle2D Gets an empty instance of the Rectangle2D.
HeightSystem.Single
OriginAvl.Point2D
WidthSystem.Single
XSystem.Single
YSystem.Single

Methods

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

See also