Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GradientMap 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.


In This Topic
    GetOffsetColorPairs Method (GradientMap)
    In This Topic
    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 GradientMap
    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