Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Field: Func<string, object, string> OutlinePaths

Declaration

Func<string, object, string> OutlinePaths

Summary

Generates SVG path objects for each segment of the outline (perimeter), assuming SvgInstructions.OutlineSeparate is true. 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.