TransformPoints
TransformPoints(PointF[])
Applique la transformation géométrique représentée par ceMatrix à un tableau de points spécifié.
public void TransformPoints(PointF[] pts)
Paramètre | Taper | La description |
---|---|---|
pts | PointF[] | Un étalage dePointF structures qui représentent les points à transformer. |
Voir également
- struct PointF
- class Matrix
- espace de noms System.Drawing.Drawing2D
- Assemblée Aspose.Drawing
TransformPoints(Point[])
Applique la transformation géométrique représentée par ceMatrix à un tableau de points spécifié.
public void TransformPoints(Point[] pts)
Paramètre | Taper | La description |
---|---|---|
pts | Point[] | Un étalage dePoint structures qui représentent les points à transformer. |
Voir également
- struct Point
- class Matrix
- espace de noms System.Drawing.Drawing2D
- Assemblée Aspose.Drawing