Click or drag to resize

FndRTLGraphics.DrawLine Method (Pen, Int32, Int32, Int32, Int32)

Draws a line connecting the two points specified by the coordinate pairs.

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public void DrawLine(
	Pen pen,
	int x1,
	int y1,
	int x2,
	int y2
)

Parameters

pen
Type: System.Drawing.Pen

[Missing <param name="pen"/> documentation for "M:Ifs.Fnd.Core.FndRTLGraphics.DrawLine(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)"]

x1
Type: System.Int32
The x-coordinate of the first point.
y1
Type: System.Int32
The y-coordinate of the second point.
x2
Type: System.Int32
The x-coordinate of the first point.
y2
Type: System.Int32
The y-coordinate of the second point.
See Also