XpsMatrix.RotateAround
Contenido
[
Ocultar
]RotateAround(float, PointF, MatrixOrder)
Aplica rotación en el sentido de las agujas del relojangle alrededor depivot a esta Matriz en el orden especificado pormatrixOrder .
public void RotateAround(float angle, PointF pivot, MatrixOrder matrixOrder)
Parámetro | Escribe | Descripción |
---|---|---|
angle | Single | El ángulo. |
pivot | PointF | El punto de pivote. |
matrixOrder | MatrixOrder | El orden. |
Ver también
- class XpsMatrix
- espacio de nombres Aspose.Page.XPS.XpsModel
- asamblea Aspose.Page
RotateAround(float, PointF)
Aplica rotación en el sentido de las agujas del relojangle alrededor depivot a esta Matriz en el orden predeterminado (Anteponer).
public void RotateAround(float angle, PointF pivot)
Parámetro | Escribe | Descripción |
---|---|---|
angle | Single | El ángulo. |
pivot | PointF | El punto de pivote. |
Ver también
- class XpsMatrix
- espacio de nombres Aspose.Page.XPS.XpsModel
- asamblea Aspose.Page