Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateMatrix メソッド

PageAPI::CreateMatrix method

新しいアフィン変換行列を作成します。

System::SharedPtr<XpsModel::XpsMatrix> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateMatrix(float m11, float m12, float m21, float m22, float m31, float m32)
パラメーター説明
m11単精度浮動小数点数要素 11。
m12単精度浮動小数点数要素 12。
m21単精度浮動小数点数要素 21。
m22単精度浮動小数点数要素 22。
m31単精度浮動小数点数要素 31。
m32単精度浮動小数点数要素 32。

ReturnValue

新しいアフィン変換行列。

参照