Interface for an object that has a size in 2D coordinate space
with double precision floating point size values.
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 ISize |
| Visual Basic |
|---|
Public Interface ISize |
Remarks
This interface provides read access to the size only, however this does not
mean that an instance that implements ISize will always return the same values
for the size properties. Often times the instance provides a dynamic read access
to the current state of an instance. It depends on the context whether it is allowed to or
even necessary to copy the state of the properties or whether the reference
to the instance should always be used to query the values.