Table of Contents

Interface ISvgPoint

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

Many of the SVG DOM interfaces refer to objects of class SvgPoint. An SvgPoint is an (x,y) coordinate pair.

public interface ISvgPoint

Remarks

When used in matrix operations, an SvgPoint is treated as a vector of the form: [x] [y] [1]

Properties

X
Y

Methods

MatrixTransform(ISvgMatrix)