Table of Contents

Class SvgPoint

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

Many of the SVG DOM interfaces refer to objects of class SvgPoint. An SvgPoint is an (x,y) coordinate pair. When used in matrix operations, an SvgPoint is treated as a vector of the form: [x] [y] [1]

public sealed class SvgPoint : ISvgPoint
Inheritance
SvgPoint
Implements
Inherited Members

Constructors

SvgPoint(double, double)

Properties

X
Y

Methods

MatrixTransform(ISvgMatrix)
lerp(SvgPoint, double)

Operators

operator +(SvgPoint, SvgPoint)
operator /(SvgPoint, double)
operator /(double, SvgPoint)
operator *(SvgPoint, double)
operator *(double, SvgPoint)
operator -(SvgPoint, SvgPoint)