Table of Contents

Method TransformVectors

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

TransformVectors(SvgPointF[])

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

public void TransformVectors(SvgPointF[] pts)

Parameters

pts SvgPointF[]

An array of SvgPointF structures that represents the points to transform.