GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / PaintGreek Method
In This Topic
    PaintGreek Method (GoPort)
    In This Topic
    Because ports are normally small objects, we heed the GoView.PaintNothingScale and GoView.PaintGreekScale properties.
    Syntax
    public virtual bool PaintGreek( 
       Graphics g,
       GoView view
    )

    Parameters

    g
    view
    Remarks
    Greeking of a port is accomplished by just drawing a rectangle with the port's bounds. If GoView.IsPrinting is true, we reduce the scales at which we paint nothing or paint greek, so that the printed representation will have more detail than the on-screen one.
    See Also