System::Drawing::Drawing2D::Matrix::VectorTransformPoints method

Matrix::VectorTransformPoints(const ArrayPtr<Point>&) method

Multiplies each vector in an array by the matrix represented by the current object.

void System::Drawing::Drawing2D::Matrix::VectorTransformPoints(const ArrayPtr<Point> &pts)
ParameterTypeDescription
ptsconst ArrayPtr<Point>&An array containing the points to transform

See Also

Matrix::VectorTransformPoints(const System::Details::ArrayView<Point>&) method

Multiplies each vector in an array by the matrix represented by the current object.

void System::Drawing::Drawing2D::Matrix::VectorTransformPoints(const System::Details::ArrayView<Point> &pts)
ParameterTypeDescription
ptsconst System::Details::ArrayView<Point>&An array view containing the points to transform

See Also