SvgGenerator Class

Generates SVG images.

Definition

Namespace: MobileTrack.Web.Components.Extensions
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public static class SvgGenerator
Inheritance
Object    SvgGenerator

Methods

GenerateCheckeredRaster Generate a checkered raster SVG image.
GenerateGlyph Shows a glyph with icon/image contents. Only to be used as preview.
GenerateImage Generate an image for the map marker (or bootstrap icon)
GenerateLineRaster Generate a line raster SVG image.
GeneratePlaceholder Placeholder SVG for images or other content the user needs to add.
GenerateSvgForMapMarker Generates an SVG image for a MapMarkerDto.

See Also