SvgGenerator Class

Generates SVG images.

Definition

Namespace: MobileTrack.Web.Components.Extensions
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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