Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints método

XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF>) method

Aplica la transformación afín representada por esta Matriz a un arreglo de puntos especificado.

void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points)
ParámetroTipoDescripción
puntosSystem::ArrayPtr<System::Drawing::PointF>Los puntos.

Ver también

XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF>, int32_t, int32_t) method

Aplica la transformación afín representada por esta Matriz a una parte especificada del arreglo de puntos.

void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points, int32_t startIndex, int32_t numberOfPoints)
ParámetroTipoDescripción
puntosSystem::ArrayPtr<System::Drawing::PointF>Los puntos.
startIndexint32_tEl índice inicial.
numberOfPointsint32_tEl número de puntos.

Ver también