AddPolygon

AddPolygon(PointF[])

Agrega un polígono a esta ruta.

public void AddPolygon(PointF[] points)
ParámetroEscribeDescripción
pointsPointF[]Una matriz de estructuras PointF que define el polígono que se va a agregar.

Ver también


AddPolygon(Point[])

Agrega un polígono a esta ruta.

public void AddPolygon(Point[] points)
ParámetroEscribeDescripción
pointsPoint[]una matriz dePoint estructuras que define el polígono a agregar.

Ver también