The line.
The x1y1.
The x2y2.
LineXy(Line,Point,Point) Method
Sets X1,Y1,X2,Y2 of a Line
Syntax
[Extension()]
public static void LineXy( 
   Line line,
   Point x1y1,
   Point x2y2
)

Parameters

line
The line.
x1y1
The x1y1.
x2y2
The x2y2.
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