Matrix.RotateAt
RotateAt(float, PointF, MatrixOrder)
Belirtilen sırada bu Matrise belirtilen nokta etrafında saat yönünde dönüş uygular.
public void RotateAt(float angle, PointF point, MatrixOrder order)
| Parametre | Tip | Tanım |
|---|---|---|
| angle | Single | Açı. |
| point | PointF | Nokta. |
| order | MatrixOrder | Emir. |
Ayrıca bakınız
- struct PointF
- enum MatrixOrder
- class Matrix
- ad alanı Aspose.PSD
- toplantı Aspose.PSD
RotateAt(float, PointF)
Bu Matrise, varsayılan (Başa Ekleme) sırayla, belirtilen nokta etrafında saat yönünde bir dönüş uygular.
public void RotateAt(float angle, PointF point)
| Parametre | Tip | Tanım |
|---|---|---|
| angle | Single | Açı. |
| point | PointF | Nokta. |
Ayrıca bakınız
- struct PointF
- class Matrix
- ad alanı Aspose.PSD
- toplantı Aspose.PSD