GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / ComputeBorder Method
In This Topic
    ComputeBorder Method
    In This Topic
    The border goes around the rectangle returned by ComputeInsideMargins augmented by margins all around.
    Syntax
    public virtual RectangleF ComputeBorder()

    Return Value

    The result of calling ComputeInsideMargins and adding the margins, TopLeftMargin and BottomRightMargin if IsExpanded, or CollapsedTopLeftMargin and CollapsedBottomRightMargin if collapsed.
    See Also