GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / PaintGreek Method
In This Topic
    PaintGreek Method (GoText)
    In This Topic
    This method is responsible for alternative painting when the scale is small.
    Syntax
    public virtual bool PaintGreek( 
       Graphics g,
       GoView view
    )

    Parameters

    g
    view

    Return Value

    True if this method handled the Paint request; false if it did not and the regular painting should take place.
    Remarks
    This paints nothing if the view's GoView.DocScale is less than the GoView.PaintNothingScale. It just draws a line if the scale is less than the GoView.PaintGreekScale.
    See Also