Matrix::TransformVectors Method
.NET Framework (current version)
Multiplies each vector in an array by the matrix. The translation elements of this matrix (third row) are ignored.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | TransformVectors(array<Point>^) | Applies only the scale and rotate components of this Matrix to the specified array of points. |
![]() | TransformVectors(array<PointF>^) | Multiplies each vector in an array by the matrix. The translation elements of this matrix (third row) are ignored. |
Show:
