GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / PaintBackgroundDecoration Method
In This Topic
    PaintBackgroundDecoration Method (GoView)
    In This Topic
    Draw any decoration that should appear behind all of the objects.
    Syntax
    protected virtual void PaintBackgroundDecoration( 
       Graphics g,
       RectangleF clipRect
    )

    Parameters

    g
    clipRect
    Remarks
    By default this method draws this Control's BackgroundImage, if any.
    See Also