SvgGeneratorGenerateLineRaster Method
Generate a line raster SVG image.
Namespace: MobileTrack.Web.Components.ExtensionsAssembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public static string GenerateLineRaster(
int width,
int height,
int lineWidth,
int cellSize,
Color colorOne,
Color colorTwo
)
- width Int32
- Width of the raster
- height Int32
- Height of the raster
- lineWidth Int32
- Line width for raster cells outlines
- cellSize Int32
- Size of a cell in the raster
- colorOne Color
- First color
- colorTwo Color
- Second color
String[Missing <returns> documentation for "M:MobileTrack.Web.Components.Extensions.SvgGenerator.GenerateLineRaster(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Color,System.Drawing.Color)"]