Interface ISvgPointsHandler
- Namespace
 - SharpVectors.Dom.Svg
 
- Assembly
 - SharpVectors.Model.dll
 
This interface must be implemented and then registred as the handler of a PointsParser
instance in order to be notified of parsing events.
public interface ISvgPointsHandler
  Methods
- EndPoints()
 Invoked when the points attribute ends.
- Point(float, float)
 Invoked when a point has been parsed.
- StartPoints()
 Invoked when the points attribute starts.