A simple default implementation of a mutable rectangle in 2D coordinate space with double precision values stored in an instance of IMutablePoint and IMutableSize.

Namespace: yWorks.Canvas.Geometry
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

Remarks

This implementation delegates the storage to implementations of IMutablePoint for the upper left corner of the rectangle and IMutableSize for the size of the rectangle. members. As a convenience it implements the IMovable, the IOrientedRectangle, and the ICloneable interfaces.

Inheritance Hierarchy

System..::..Object
  yWorks.Canvas.Geometry..::..Rectangle

See Also