Method DrawOuterBoundary
DrawOuterBoundary(LineCanvas, LineStyle, Attribute?)
Draws the outer perimeter of the region to lineCanvas using style and
attribute.
The outer perimeter follows the shape of the rectangles in the region, even if non-rectangular, by drawing
boundaries and excluding internal lines.
public void DrawOuterBoundary(LineCanvas lineCanvas, LineStyle style, Attribute? attribute = null)
Parameters
lineCanvasLineCanvasThe LineCanvas to draw on.
styleLineStyleThe line style to use for drawing.
attributeAttribute?The attribute (color/style) to use for the lines. If
null.