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