'Declaration
Overloads Sub InsertAt( _ ByVal index As System.Integer, _ ByVal rgb As Color, _ ByVal position As System.Double _ )
'Usage
Dim instance As IGradientStops Dim index As System.Integer Dim rgb As Color Dim position As System.Double instance.InsertAt(index, rgb, position)
Parameters
- index
- The index of the new gradient stop
- rgb
- The color of the gradient stop as an RGB value
- position
- The position of the gradient stop as a value from 0.0 to 1.0