VectorTransformPoints()

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)

Arguments

ParameterTypeDescription
ptsconst ArrayPtr<Point>&An array containing the points to transform

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)

Arguments

ParameterTypeDescription
ptsconst System::Details::ArrayView<Point>&An array view containing the points to transform

See Also