GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoTool Interface
Members
In This Topic
    IGoTool Interface
    In This Topic
    This interface specifies the methods the view uses to control this tool and the methods used to handle the canonicalized input events processed through the view.
    Syntax
    public interface IGoTool 
    Remarks
    All existing tools are actually subclasses of the abstract class GoTool.
    See Also