Aspose::Page::XPS::XpsModel::XpsMatrix::Scale मेथड

XpsMatrix::Scale(float, float) method

डिफ़ॉल्ट (Prepend) क्रम में इस मैट्रिक्स पर निर्दिष्ट स्केल वेक्टर (scaleX और scaleY) लागू करता है।

void Aspose::Page::XPS::XpsModel::XpsMatrix::Scale(float scaleX, float scaleY)
पैरामीटरप्रकारविवरण
scaleXफ़्लोटस्केल x।
scaleYफ़्लोटस्केल y.

संबंधित देखें

XpsMatrix::Scale(float, float, System::Drawing::Drawing2D::MatrixOrder) method

matrixOrder द्वारा निर्दिष्ट क्रम में इस मैट्रिक्स पर निर्दिष्ट स्केल वेक्टर (scaleX और scaleY) लागू करता है।

void Aspose::Page::XPS::XpsModel::XpsMatrix::Scale(float scaleX, float scaleY, System::Drawing::Drawing2D::MatrixOrder matrixOrder)
पैरामीटरप्रकारविवरण
scaleXफ़्लोटस्केल X.
scaleYफ़्लोटस्केल Y.
matrixOrderSystem::Drawing::Drawing2D::MatrixOrderक्रम।

संबंधित देखें