Aspose::Page::XPS::XpsModel::XpsMatrix::Scale method
inhoud
[
verbergen
]XpsMatrix::Scale(float, float) method
Past de opgegeven schaalvector (scaleX en scaleY) toe op deze Matrix in de standaard (Prepend) volgorde.
void Aspose::Page::XPS::XpsModel::XpsMatrix::Scale(float scaleX, float scaleY)
| Parameter | Type | Beschrijving |
|---|---|---|
| scaleX | float | De schaal x. |
| scaleY | float | De schaal y. |
Zie ook
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++
XpsMatrix::Scale(float, float, System::Drawing::Drawing2D::MatrixOrder) method
Past de opgegeven schaalvector (scaleX en scaleY) toe op deze Matrix in de volgorde gespecificeerd door matrixOrder.
void Aspose::Page::XPS::XpsModel::XpsMatrix::Scale(float scaleX, float scaleY, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
| Parameter | Type | Beschrijving |
|---|---|---|
| scaleX | float | De schaal X. |
| scaleY | float | De schaal Y. |
| matrixOrder | System::Drawing::Drawing2D::MatrixOrder | De volgorde. |
Zie ook
- Enum MatrixOrder
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++