SvgGeneratorGenerateLineRaster Method
Generate a line raster SVG image.
Namespace: MobileTrack.Web.Components.ExtensionsAssembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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)"]