GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / PaintObjects Method
If true, paint document objects.
If true, paint view objects.
In This Topic
    PaintObjects Method
    In This Topic
    Paint all the document and/or view objects.
    Syntax
    protected virtual void PaintObjects( 
       bool doc,
       bool view,
       Graphics g,
       RectangleF clipRect
    )

    Parameters

    doc
    If true, paint document objects.
    view
    If true, paint view objects.
    g
    clipRect
    See Also