Table of Contents

Class SvgPointList.SvgPointListHandler

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll
public class SvgPointList.SvgPointListHandler : ISvgPointsHandler
Inheritance
SvgPointList.SvgPointListHandler
Implements
Inherited Members

Constructors

SvgPointListHandler(SvgPointList)

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.