documentationfor yFiles for HTML 2.6

OrientedRectangle

A mutable oriented rectangle in 2D coordinate space with double precision values stored in an instance of IMutablePoint and IMutableSize as well as two doubles for the up vector components.

Inheritance Hierarchy
OrientedRectangle
Implemented Interfaces

Remarks

This implementation delegates the storage to implementations of IMutablePoint for the anchor of the oriented rectangle. and IMutableSize for the size of the oriented rectangle. members. As a convenience it implements the IMutablePoint and the ICloneable interfaces.

Type Details

yfiles module
view-component
yfiles-umd modules
All view modules
Legacy UMD name
yfiles.geometry.OrientedRectangle

See Also

Constructors

Properties

Methods

Static Methods