Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoint method

XpsMatrix::TransformPoint method

Applies the affine transformation represented by this Matrix to a specified point.

System::Drawing::PointF Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoint(System::Drawing::PointF point)
ParameterTypeDescription
pointSystem::Drawing::PointFThe point.

ReturnValue

Transformed point

See Also