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
lineCanvas
LineCanvasThe LineCanvas to draw on.
style
LineStyleThe line style to use for drawing.
attribute
Attribute?The attribute (color/style) to use for the lines. If
null
.