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.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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