CopyData
GraphicsPathIterator.CopyData method
Copie la propriété GraphicsPath.PathPoints et la propriété GraphicsPath.PathTypes arrays duGraphicsPath
dans les deux tableaux spécifiés.
public int CopyData(ref PointF[] points, ref byte[] types, int startIndex, int endIndex)
Paramètre | Taper | La description |
---|---|---|
points | PointF[]& | Au retour, contient un tableau de structures System.Drawing.PointF qui représente les points du chemin. |
types | Byte[]& | Au retour, contient un tableau d’octets qui représente les types de points dans le chemin. |
startIndex | Int32 | Spécifie l’index de départ des tableaux. |
endIndex | Int32 | Spécifie l’index de fin des tableaux. |
Return_Value
Le nombre de points copiés.
Voir également
- struct PointF
- class GraphicsPathIterator
- espace de noms System.Drawing.Drawing2D
- Assemblée Aspose.Drawing