Interface for write access to an instance that has a size in 2D coordinate space
with double precision floating point 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 ISizeSetter |
| Visual Basic |
|---|
Public Interface ISizeSetter |
Remarks
This interface provides write access to the size only. Methods that will
only need to write an object's size should use this interface.
IMutableSize combines the read access interface ISize with this
interface.