Interface for a mutable size in 2D coordinate space with double precision width and height.
Namespace: yWorks.Canvas.GeometryAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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.