Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround metode
isi
[
bersembunyi
]XpsMatrix::RotateAround(float, System::Drawing::PointF) method
Menerapkan rotasi searah jarum jam sebesar angle sekitar pivot ke Matrix ini dalam urutan default (Prepend).
void Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround(float angle, System::Drawing::PointF pivot)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| angle | float | Sudut. |
| pivot | System::Drawing::PointF | Titik pivot. |
Lihat Juga
- Class PointF
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++
XpsMatrix::RotateAround(float, System::Drawing::PointF, System::Drawing::Drawing2D::MatrixOrder) method
Menerapkan rotasi searah jarum jam sebesar angle sekitar pivot ke Matrix ini dalam urutan yang ditentukan oleh matrixOrder.
void Aspose::Page::XPS::XpsModel::XpsMatrix::RotateAround(float angle, System::Drawing::PointF pivot, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| angle | float | Sudut. |
| pivot | System::Drawing::PointF | Titik pivot. |
| matrixOrder | System::Drawing::Drawing2D::MatrixOrder | Urutan. |
Lihat Juga
- Class PointF
- Enum MatrixOrder
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++