XpsMatrix.RotateAround
RotateAround(float, PointF, MatrixOrder)
Past rechtsom draaien toe metangle rond depivot naar deze Matrix in volgorde gespecificeerd doormatrixOrder .
public void RotateAround(float angle, PointF pivot, MatrixOrder matrixOrder)
Parameter | Type | Beschrijving |
---|---|---|
angle | Single | De engel. |
pivot | PointF | Het draaipunt. |
matrixOrder | MatrixOrder | De bestelling. |
Zie ook
- class XpsMatrix
- naamruimte Aspose.Page.XPS.XpsModel
- montage Aspose.Page
RotateAround(float, PointF)
Past rechtsom draaien toe metangle rond depivot naar deze Matrix in standaard (Prepend) volgorde.
public void RotateAround(float angle, PointF pivot)
Parameter | Type | Beschrijving |
---|---|---|
angle | Single | De engel. |
pivot | PointF | Het draaipunt. |
Zie ook
- class XpsMatrix
- naamruimte Aspose.Page.XPS.XpsModel
- montage Aspose.Page