GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolZooming Class
Members
In This Topic
    GoToolZooming Class
    In This Topic
    This tool handles a user's drag in the background to draw a rubber-band box to specify a new document position and scale for a view.
    Syntax
    [Serializable()]
    public class GoToolZooming : GoToolRubberBanding, IGoTool  
    Remarks
    The ZoomedView value is the GoView that is manipulated by this tool. The rubber-band box that the user can draw is constrained to have the same aspect ratio as the ZoomedView's GoView.DisplayRectangle.
    See Also