documentationfor yFiles for HTML 2.6

Interface for an object that has a size in 2D coordinate space with double precision floating point size values.

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.

This is a convertible type that can be used with the following notation(s) in parameter lists, parameter objects or setters.

It is possible to specify an Object or plain Object to define the ISize:

[20, 20] // width, height
{ width: 20, height: 20 }

Type Details

yfiles module
view-component
yfiles-umd modules
All view modules
Legacy UMD name
yfiles.geometry.ISize

See Also

Properties

Methods

Static Methods