In This Topic
Gets polyline RTF shape for points.
Syntax
'Declaration
Public Function GetPolyline( _
ByVal () As System.Drawing.PointF _
) As RtfShape
public RtfShape GetPolyline(
System.Drawing.PointF[]
)
Parameters
- pts
- The points array.
Return Value
The RTF shape.
See Also