Interface for a mutable size in 2D coordinate space with double precision width and height.

Namespace: yWorks.Canvas.Geometry
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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.

See Also