Matrix.TransformVectors

Matrix.TransformVectors method

Multiplies each vector in an array by the matrix. The translation elements of this matrix (third row) are ignored.

public void TransformVectors(PointF[] pts)
ParameterTypeDescription
ptsPointF[]An array of PointF structures that represents the points to transform.

See Also