documentationfor yFiles for HTML 2.6

ICanvasObjectGroup

This is the interface implemented by the composite building blocks of a scene graph in a CanvasComponent.

Inheritance Hierarchy
ICanvasObjectGroup
Implemented Interfaces

Remarks

It is meant to group multiple ICanvasObject instances as a logic unit. The interface is not meant to be implemented by application programmers. Instances implementing this interface can be retrieved from the factory methods in the canvas control.

This interface extends the IListEnumerable<T> interface to allow for easy iteration and determination of the size of the group. Note that the default implementation is based on a linked list, thus index-based iteration is not recommended.

Type Details

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

See Also

Properties

Methods