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 Overloaded.

Creates and initializes an instance of the RotatedRectangleF class.

Methods

Name Description
Public method Static member AreEqual

Determines whether the specified RotatedRectangleF instances are equal.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString

Returns a string that represents this RotatedRectangleF.

(Overrides Object.ToString().)

Properties

Name Description
Public property Angle

Gets or sets an angle (in degrees) to rotate this RotatedRectangleF on.

Public property Bounds

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

Public property CenterX

Gets or sets the x-coordinate of the rotation center of this RotatedRectangleF.

Public property CenterY

Gets or sets the y-coordinate of the rotation center of this RotatedRectangleF.

Public property Height

Gets or sets a height of this RotatedRectangleF.

Public property Location

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

Public property Width

Gets or sets a width of this RotatedRectangleF.

See Also

Reference