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

Rectangle2D Structure

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

Constructors

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

Properties

 NameTypeDescription
AngleSystem.SingleRotation angle
HeightSystem.SingleVertical size
OriginAvlNet.Point2DDefines the top-left corner of the rectangle
WidthSystem.SingleHorizontal size

Methods

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

See also