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




In This Topic
    SetValue Method
    In This Topic
    Sets specified value to the specified position.
    Syntax
    'Declaration
     
    Public Sub SetValue( _
       ByVal position As Integer, _
       ByVal value As Single _
    ) 
    'Usage
     
    Dim instance As ImGearVectorFloatCont
    Dim position As Integer
    Dim value As Single
     
    instance.SetValue(position, value)
    public void SetValue( 
       int position,
       float value
    )
    public: void SetValue( 
       int position,
       float value
    ) 
    public:
    void SetValue( 
       int position,
       float value
    ) 

    Parameters

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