'Declaration Public Sub GetOffsetColorPairs( _ ByRef offsets() As Double, _ ByRef colors() As Color _ )
'Usage Dim instance As GradientMap Dim offsets() As Double Dim colors() As Color instance.GetOffsetColorPairs(offsets, colors)
Parameters
- offsets
- An array of double values representing the offsets in the gradient map.
- colors
- An array of System.Drawing.Color structures representing the colors in the gradient map.