This documentation is for the old version. Go to the latest Graphics Mill docs

RotatedRectangleF Members

The RotatedRectangleF type exposes the following members.

Constructors

Name Description
Public method RotatedRectangleF

Creates and initializes an instance of the RectangleF class.

Methods

Name Description
Public method areEqual

Determines whether the specified RotatedRectangleF instances are equal.

Public method clone

Creates a new object that is a copy of the current RotatedRectangleF instance.

Public method isEqual

Determines whether the specified RotatedRectangleF is equal to the current RotatedRectangleF.

Fields

Name Description
Public field Angle

The rotation angle of this rectangle.

Public field CenterX

The x-coordinate of the rotation center of this rectangle.

Public field CenterY

The y-coordinate of the rotation center of this rectangle.

Public field Height

The height of this rectangle.

Public field Width

The width of this rectangle.

Properties

Name Description
Public property bounds

Gets the bounds of this RotatedRectangleF taking into account its rotation.

Public property location

Gets or sets the coordinates of the upper-left corner of this RotatedRectangleF.

See Also

Reference