The line.
The x1.
The y1.
The x2.
The y2.
LineXy(Line,Double,Double,Double,Double) Method
Sets X1,Y1,X2,Y2 of a Line
Syntax
[Extension()]
public static void LineXy( 
   Line line,
   double x1,
   double y1,
   double x2,
   double y2
)

Parameters

line
The line.
x1
The x1.
y1
The y1.
x2
The x2.
y2
The y2.
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