Interface for mutable rectangles aligned to the axes in 2D coordinate space with double precision coordinates.
Namespace: yWorks.Canvas.GeometryAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public interface IMutableRectangle : IMutableSize, ISizeSetter, IMutablePoint, IPointSetter, IRectangle, ISize, IPoint, IReshapeable |
| Visual Basic |
|---|
Public Interface IMutableRectangle _ Inherits IMutableSize, ISizeSetter, IMutablePoint, IPointSetter, _ IRectangle, ISize, IPoint, IReshapeable |
Remarks
This interface provides read and write access to the features of the rectangle.
This interface does not declare any additional methods. It combines the IMutablePoint
interface that describes the upper left corner of the rectangle with
the IMutableSize interface that describes the width and height of the rectangle, as
well as the IReshapeable interface that allows for setting the bounds of the rectangle
in one call.