Method CreateSvgPoint
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
CreateSvgPoint()
Creates an SVGPoint object outside of any document trees. The object is initialized to the point (0,0) in the user coordinate system.
ISvgPoint CreateSvgPoint()
Returns
- ISvgPoint
An SVGPoint object.