Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Field: Func<string, object, object, string> WallsPaths

Declaration

Func<string, object, object, string> WallsPaths

Summary

Generates SVG path objects for impassable edges (walls) between cells, assuming SvgInstructions.WallsSeparate is true. The function is invoked once for each separate impassable edge (wall). The first function parameter is the path’s d attribute. The remaining parameters are the two cells on either side of the wall, in no particular order.