TransformPoints()

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

Applies the geometric transformation defined by the matrix represented by the current object to the specified points.

void System::Drawing::Drawing2D::Matrix::TransformPoints(const ArrayPtr<Point> &pts)

Arguments

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

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

Applies the geometric transformation defined by the matrix represented by the current object to the specified points.

void System::Drawing::Drawing2D::Matrix::TransformPoints(const System::Details::ArrayView<Point> &pts)

Arguments

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

Matrix::TransformPoints(const ArrayPtr<PointF>&) method

Applies the geometric transformation defined by the matrix represented by the current object to the specified points.

void System::Drawing::Drawing2D::Matrix::TransformPoints(const ArrayPtr<PointF> &pts)

Arguments

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

Matrix::TransformPoints(const System::Details::ArrayView<PointF>&) method

Applies the geometric transformation defined by the matrix represented by the current object to the specified points.

void System::Drawing::Drawing2D::Matrix::TransformPoints(const System::Details::ArrayView<PointF> &pts)

Arguments

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

See Also