Nevron.Chart Namespace / NGridSurfaceData Class / InitFromPoints Method


InitFromPoints Method
Syntax
'Declaration
 
Public Function InitFromPoints( _
   ByVal xValues() As System.Double, _
   ByVal yValues() As System.Double, _
   ByVal zValues() As System.Double, _
   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 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.InitFromPoints(xValues, yValues, zValues, gridSizeX, gridSizeY, xResolution, yResolution, gridBounds)

Parameters

xValues
yValues
zValues
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