ImageGear .NET v24.12 - Updated
InsertValue Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorFloatCont Class : InsertValue Method
Position where the value is inserted.
Value being inserted.
Inserts a value at the specified position.
Syntax
'Declaration
 
Public Sub InsertValue( _
   ByVal position As Integer, _
   ByVal value As Single _
) 
'Usage
 
Dim instance As ImGearVectorFloatCont
Dim position As Integer
Dim value As Single
 
instance.InsertValue(position, value)
public void InsertValue( 
   int position,
   float value
)
public: void InsertValue( 
   int position,
   float value
) 
public:
void InsertValue( 
   int position,
   float value
) 

Parameters

position
Position where the value is inserted.
value
Value being inserted.
See Also

Reference

ImGearVectorFloatCont Class
ImGearVectorFloatCont Members