Click or drag to resize

FndRTLGraphics.DrawLine Method (Pen, Point, Point)

Draws a line connecting two System.Drawing.Point structures.

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,
	Point pt1,
	Point pt2
)

Parameters

pen
Type: System.Drawing.Pen
System.Drawing.Pen that determines the color, width, and style of the line.
pt1
Type: System.Drawing.Point
System.Drawing.Point structure that represents the first point to connect.
pt2
Type: System.Drawing.Point
System.Drawing.Point structure that represents the second point to connect.
See Also