ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityCont Class / AddEntity Method
Entity being added at the tail of the container.




In This Topic
    AddEntity Method
    In This Topic
    Adds an entity to the entity container.
    Syntax
    'Declaration
     
    Public Sub AddEntity( _
       ByVal entity As ImGearVectorEntity _
    ) 
    'Usage
     
    Dim instance As ImGearVectorEntityCont
    Dim entity As ImGearVectorEntity
     
    instance.AddEntity(entity)
    public void AddEntity( 
       ImGearVectorEntity entity
    )
    public: void AddEntity( 
       ImGearVectorEntity* entity
    ) 
    public:
    void AddEntity( 
       ImGearVectorEntity^ entity
    ) 

    Parameters

    entity
    Entity being added at the tail of the container.
    See Also