| Visual Basic (Declaration) | |
|---|---|
Sub DrawLine( _ ByVal pen As PenEx, _ ByVal from As PointFEx, _ ByVal to As PointFEx _ ) | |
Parameters
- pen
- PenEx that determines the color, width, and style of the line.
- from
- PointFEx structure that represents the first point to connect.
- to
- PointFEx structure that represents the second point to connect.