XpsMatrix.TransformPoints
TransformPoints(PointF[], int, int)
Applique la transformation affine représentée par cette matrice à une partie spécifiée du tableau de points.
public void TransformPoints(PointF[] points, int startIndex, int numberOfPoints)
Paramètre | Taper | La description |
---|---|---|
points | PointF[] | Les points. |
startIndex | Int32 | L’indice de départ. |
numberOfPoints | Int32 | Le nombre de points. |
Voir également
- class XpsMatrix
- espace de noms Aspose.Page.XPS.XpsModel
- Assemblée Aspose.Page
TransformPoints(PointF[])
Applique la transformation affine représentée par cette matrice à un tableau de points spécifié.
public void TransformPoints(PointF[] points)
Paramètre | Taper | La description |
---|---|---|
points | PointF[] | Les points. |
Voir également
- class XpsMatrix
- espace de noms Aspose.Page.XPS.XpsModel
- Assemblée Aspose.Page