ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorFloatCont Class / InsertValue Method
Position where the value is inserted.
Value being inserted.




In This Topic
    InsertValue Method
    In This Topic
    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