GetPolygon Method
GetPolygon(PointF[])
Gets polygon RTF shape for points.
Declaration
public RtfShape GetPolygon(PointF[] pts)
Public Function GetPolygon(pts As PointF()) As RtfShape
Parameters
| Type |
Name |
Description |
| PointF[] |
pts |
The points array.
|
Returns
| Type |
Description |
| RtfShape |
The RTF shape.
|