ImageGear .NET - Updated December 24, 2018
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)

Parameters

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

Reference

ImGearVectorFloatCont Class
ImGearVectorFloatCont Members