SvgGeneratorGenerateLineRaster Method

Generate a line raster SVG image.

Definition

Namespace: MobileTrack.Web.Components.Extensions
Assembly: 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
)

Parameters

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

Return Value

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)"]

See Also