GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / PaintView Method
A RectangleF in document coordinates.
In This Topic
    PaintView Method
    In This Topic
    Paint all of the objects of this view or its document that are visible in the given rectangle.
    Syntax
    protected virtual void PaintView( 
       Graphics g,
       RectangleF clipRect
    )

    Parameters

    g
    clipRect
    A RectangleF in document coordinates.
    Remarks
    This calls PaintPaperColor, PaintBackgroundDecoration, and PaintObjects for both document and view objects.
    See Also