SvgGeneratorGenerateCheckeredRaster Method
Generate a checkered raster SVG image.
Namespace: MobileTrack.Web.Components.ExtensionsAssembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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