Property Handler
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
Handler
Gets or sets an application ISvgPointsHandler implementation to register a points handler.
public virtual ISvgPointsHandler Handler { get; set; }
Property Value
- ISvgPointsHandler
The transform list handler.
Remarks
If the application does not register a handler, all events reported by the parser will be silently ignored.
Applications may register a new or different handler in the middle of a parse, and the parser must begin using the new handler immediately.