This document is archived and information here might be outdated. Recommended version. |
Line Point x,y co-ordinates.
[Visual Basic .NET]
Public Sub LinePointCoords ( _
ByRef X As Double, _
ByRef Y As Double _
)
[C#]
public void LinePointCoords (
ref double X,
ref double Y
);