Enumerate
GraphicsPathIterator.Enumerate method
Copia la propiedad GraphicsPath.PathPoints y la propiedad GraphicsPath.PathTypes arrays delGraphicsPath en las dos matrices especificadas.
public int Enumerate(ref PointF[] points, ref byte[] types)
| Parámetro | Escribe | Descripción | 
|---|---|---|
| points | PointF[]& | Al regresar, contiene una matriz de estructuras System.Drawing.PointF que representa los puntos en la ruta. | 
| types | Byte[]& | Al regresar, contiene una matriz de bytes que representa los tipos de puntos en la ruta. | 
Valor_devuelto
El número de puntos copiados.
Ver también
- struct PointF
- class GraphicsPathIterator
- espacio de nombres System.Drawing.Drawing2D
- asamblea Aspose.Drawing