GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / PaintsDecoration Method
In This Topic
    PaintsDecoration Method
    In This Topic
    Decide whether Paint should call PaintDecoration.
    Syntax
    public virtual bool PaintsDecoration( 
       GoView view
    )

    Parameters

    view

    Return Value

    true if there is no CollapsedObject, or if the CollapsedObject is not visible (i.e. CanView is false, or if CanPrint is false when the view GoView.IsPrinting)
    See Also