X data value
Y data value
Z data value
GetIntersectionCoord(Double,Double,Double) Method
Get intersection coordinate from x, y and z data values.
Syntax
public Point GetIntersectionCoord( 
   double x,
   double y,
   double z
)

Parameters

x
X data value
y
Y data value
z
Z data value

Return Value

Intersection coordinate
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