ImageGear for .NET
AddEntity Method




Entity being added at the tail of the container.
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

Reference

ImGearVectorEntityCont Class
ImGearVectorEntityCont Members
ImGearVectorEntity Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback