Method CreateSvgPoint
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.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.
public ISvgPoint CreateSvgPoint()
Returns
- ISvgPoint
An SVGPoint object.