ImageGear .NET - Updated October 2, 2018
SetValue Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorFloatCont Class : SetValue Method
Position where the value is set.
Value being set.
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)

Parameters

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

Reference

ImGearVectorFloatCont Class
ImGearVectorFloatCont Members