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