[C#] | public double[] getCrossSection(int x0, int y0, int x1, int y1); |
[VB] | Public Function getCrossSection(x0 As Integer, y0 As Integer, x1 As Integer, y1 As Integer) As Double() |
ChartDirector 7.1 (.NET Edition)
ContourLayer.
Usage
[C#] | public double[] getCrossSection(int x0, int y0, int x1, int y1); |
[VB] | Public Function getCrossSection(x0 As Integer, y0 As Integer, x1 As Integer, y1 As Integer) As Double() |
Description
Arguments
Argument | Default | Description |
---|---|---|
x0 | (Mandatory) | The x pixel coordinate of the first end-point. |
y0 | (Mandatory) | The y pixel coordinate of the first end-point. |
x1 | (Mandatory) | The x pixel coordinate of the second end-point. |
y1 | (Mandatory) | The y pixel coordinate of the second end-point. |
Return Value