Interface for a mutable size in 2D coordinate space with double precision width and height.
Namespace: yWorks.Canvas.GeometryAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface IMutableSize : ISize, ISizeSetter |
| Visual Basic |
|---|
Public Interface IMutableSize _ Inherits ISize, ISizeSetter |
Remarks
This interface provides read and write access to the size.
It combines the read only interface ISize and write only interface
ISizeSetter into one.