Table of Contents

Class SvgPointsParser

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

This class implements an event-based parser for the SVG points attribute values (used with polyline and polygon elements).

public class SvgPointsParser : SvgNumberParser
Inheritance
SvgPointsParser
Inherited Members

Constructors

SvgPointsParser(ISvgPointsHandler)

Creates a new PointsParser.

Fields

_isERead

Whether the last character was a 'e' or 'E'.

_pointsHandler

The points handler used to report parse events.

Properties

Handler

Gets or sets an application ISvgPointsHandler implementation to register a points handler.

Methods

DoParse()

Parses the current stream.