Exemplo n.º 1
0
 /// <SvgPresentation_collection/>
 /// <summary>
 /// Collection of presentation attributes to be applied to an SVG element.
 /// </summary>
 /// <param name="presentation">SvgPresentation object</param>
 /// <returns></returns>
 public SvgPolyline Presentation(SvgPresentation presentation)
 {
     this._presentations.Add(presentation);
     if (this == null) throw new Exception("Method SvgPolyline.Presentation resulted in a null value.");
     return this;
 }
Exemplo n.º 2
0
 /// <SvgPresentation_collection/>
 /// <summary>
 /// Collection of presentation attributes to be applied to an SVG element.
 /// </summary>
 /// <param name="presentation">SvgPresentation object</param>
 /// <returns></returns>
 public BeginSvgDefs Presentation(SvgPresentation presentation)
 {
     this._presentations.Add(presentation);
     if (this == null) throw new Exception("Method BeginSvgDefs.Presentation resulted in a null value.");
     return this;
 }