API Reference
Class
MatrixSvgRenderOptions
Options for rendering generic 2D matrices to SVG.
Inheritance
- Object
- MatrixSvgRenderOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method MatrixSvgRenderer.Render
- Method MatrixSvgRenderer.RenderToFile
- Method MatrixSvgRenderer.RenderToFile
- Method MatrixSvgRenderer.RenderToStream
- Method MatrixSvgzRenderer.Render
- Method MatrixSvgzRenderer.RenderToFile
- Method MatrixSvgzRenderer.RenderToFile
- Method MatrixSvgzRenderer.RenderToStream
Constructors
public MatrixSvgRenderOptions() #Methods
public MatrixSvgRenderOptions WithDarkColor(String color) #Returns:
MatrixSvgRenderOptionsSets the dark color (CSS value).
Parameters
- color System.String
public MatrixSvgRenderOptions WithLightColor(String color) #Returns:
MatrixSvgRenderOptionsSets the light color (CSS value).
Parameters
- color System.String
public MatrixSvgRenderOptions WithModuleSize(Int32 size) #Returns:
MatrixSvgRenderOptionsSets the module size in pixels.
Parameters
- size System.Int32
public MatrixSvgRenderOptions WithQuietZone(Int32 quietZone) #Returns:
MatrixSvgRenderOptionsSets the quiet zone size in modules.
Parameters
- quietZone System.Int32