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