Method DrawBoundaries
DrawBoundaries(LineCanvas, LineStyle, Attribute?)
Draws the boundaries of all rectangles in the region using the specified attributes, only if the rectangle is big enough.
public void DrawBoundaries(LineCanvas canvas, LineStyle style, Attribute? attribute = null)
Parameters
canvas
LineCanvasThe canvas to draw on.
style
LineStyleThe line style to use for drawing.
attribute
Attribute?The attribute (color/style) to use for the lines. If
null
.