Nevron .NET Vision
Nevron.Chart Namespace / NGridSurfaceData Class / InitFromPointsAndColors Method


In This Topic
    InitFromPointsAndColors Method
    In This Topic
    Inits the grid surface data from a set of points
    Syntax
    'Declaration
     
    
    Public Function InitFromPointsAndColors( _
       ByVal xValues() As System.Double, _
       ByVal yValues() As System.Double, _
       ByVal zValues() As System.Double, _
       ByVal colors() As System.Drawing.Color, _
       ByVal gridSizeX As System.Integer, _
       ByVal gridSizeY As System.Integer, _
       ByVal xResolution As System.Integer, _
       ByVal yResolution As System.Integer, _
       ByRef gridBounds As NRectangleD _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NGridSurfaceData
    Dim xValues() As System.Double
    Dim yValues() As System.Double
    Dim zValues() As System.Double
    Dim colors() As System.Drawing.Color
    Dim gridSizeX As System.Integer
    Dim gridSizeY As System.Integer
    Dim xResolution As System.Integer
    Dim yResolution As System.Integer
    Dim gridBounds As NRectangleD
    Dim value As System.Boolean
     
    value = instance.InitFromPointsAndColors(xValues, yValues, zValues, colors, gridSizeX, gridSizeY, xResolution, yResolution, gridBounds)
    public System.bool InitFromPointsAndColors( 
       System.double[] xValues,
       System.double[] yValues,
       System.double[] zValues,
       System.Drawing.Color[] colors,
       System.int gridSizeX,
       System.int gridSizeY,
       System.int xResolution,
       System.int yResolution,
       out NRectangleD gridBounds
    )

    Parameters

    xValues
    yValues
    zValues
    colors
    gridSizeX
    gridSizeY
    xResolution
    yResolution
    gridBounds
    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