XpsMatrix.RotateAround
RotateAround(float, PointF, MatrixOrder)
Applica la rotazione oraria diangle attorno apivot a questa matrice nell’ordine specificato damatrixOrder .
public void RotateAround(float angle, PointF pivot, MatrixOrder matrixOrder)
Parametro | Tipo | Descrizione |
---|---|---|
angle | Single | L’angolo. |
pivot | PointF | Il punto di svolta. |
matrixOrder | MatrixOrder | L’ordine. |
Guarda anche
- class XpsMatrix
- spazio dei nomi Aspose.Page.XPS.XpsModel
- assemblea Aspose.Page
RotateAround(float, PointF)
Applica la rotazione oraria diangle attorno apivot a questa matrice nell’ordine predefinito (prepend).
public void RotateAround(float angle, PointF pivot)
Parametro | Tipo | Descrizione |
---|---|---|
angle | Single | L’angolo. |
pivot | PointF | Il punto di svolta. |
Guarda anche
- class XpsMatrix
- spazio dei nomi Aspose.Page.XPS.XpsModel
- assemblea Aspose.Page