Legend
| Field: Func<string, object, string> OutlinePaths
DeclarationFunc<string, object, string> OutlinePaths SummaryGenerates SVG path objects for each segment of the outline (perimeter), assuming SvgInstructions.OutlineSeparate istrue . The function is invoked once for each separate edge along the perimeter. The first function
parameter is the path’s d attribute. The second parameter is the cell the edge belongs to. |