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
canvasLineCanvasThe canvas to draw on.
styleLineStyleThe line style to use for drawing.
attributeAttribute?The attribute (color/style) to use for the lines. If
null.