Table of Contents

Method TransformPoints

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

TransformPoints(SvgPointF[])

Applies the geometric transform represented by this SvgTransformF to a specified array of points.

public void TransformPoints(SvgPointF[] pts)

Parameters

pts SvgPointF[]

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