GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoImage Class / Paint Method
In This Topic
    Paint Method (GoImage)
    In This Topic
    Draw this Image within the bounds of this object.
    Syntax
    public override void Paint( 
       Graphics g,
       GoView view
    )

    Parameters

    g
    view
    Remarks
    If the value of Image is null and the value of Index is non-negative, we try to draw an Image from the view's GoView.ImageList.
    See Also