FndRTLGraphics.DrawLines Method |
Draws a series of line segments that connect an array of 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)
Syntaxpublic void DrawLines(
Pen pen,
Point[] points
)
Parameters
- pen
- Type: System.Drawing.Pen
System.Drawing.Pen that determines the color, width, and style of the line segments. - points
- Type:System.Drawing.Point[]
Array of System.Drawing.Point structures that represent the points to connect.
See Also