SvgGeneratorGenerateCheckeredRaster Method
Generate a checkered raster SVG image.
Namespace: MobileTrack.Web.Components.ExtensionsAssembly: 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
)
- 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
StringSVG for a raster