TransformVectors()

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

Applies only the scale and rotate components of the matrix represented by the current object to the specified points.

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

Arguments

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

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

Applies only the scale and rotate components of the matrix represented by the current object to the specified points.

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

Arguments

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

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

Applies only the scale and rotate components of the matrix represented by the current object to the specified points.

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

Arguments

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

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

Applies only the scale and rotate components of the matrix represented by the current object to the specified points.

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

Arguments

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

See Also