SvgGeneratorGenerateCheckeredRaster Method

Generate a checkered 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 GenerateCheckeredRaster(
	int width,
	int height,
	int cellSize,
	Color cellOneColor,
	Color cellTwoColor
)

Parameters

width  Int32
Width of the raster
height  Int32
Height of the raster
cellSize  Int32
Size of a cell
cellOneColor  Color
Color of the first cell
cellTwoColor  Color
Color of the second cell

Return Value

String
SVG for a raster

See Also