Click or drag to resize
NodeAddEntity Method
Add an entity to this node.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AddEntity(
	IEntity entity
)

Parameters

entity
Type: GeonBit.Core.GraphicsIEntity
Entity to add.
See Also