Xceed Grid for WinForms v4.3 Documentation
GetOffsetColorPairs Method (GradientStopList)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GradientStopList Class : GetOffsetColorPairs Method
An array of double values representing the offsets in the gradient map.
An array of System.Drawing.Color structures representing the colors in the gradient map.
Returns the offsets in the gradient map and their corresponding colors.
Syntax
'Declaration
 
Public Sub GetOffsetColorPairs( _
   ByRef offsets() As Double, _
   ByRef colors() As Color _
) 
'Usage
 
Dim instance As GradientStopList
Dim offsets() As Double
Dim colors() As Color
 
instance.GetOffsetColorPairs(offsets, colors)
public void GetOffsetColorPairs( 
   out double[] offsets,
   out Color[] 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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GradientStopList Class
GradientStopList Members