Table of Contents

Method Transform

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

Transform(float, float, out float, out float)

Applies the geometric transform represented by this SvgTransformF to a specified point.

public void Transform(float x, float y, out float ox, out float oy)

Parameters

x float

The input x value of the point.

y float

The input y value of the point.

ox float

The transformed x value of the point.

oy float

The transformed y value of the point.