GH_CanvasViewportChangedEventArgs Class |
These arguments are used in the ViewportChanged event on GH_Canvas.
Inheritance Hierarchy
Namespace:
Grasshopper.GUI.Canvas
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public class GH_CanvasViewportChangedEventArgs : EventArgs
Public Class GH_CanvasViewportChangedEventArgs
Inherits EventArgs
The GH_CanvasViewportChangedEventArgs type exposes the following members.
Properties
| Name | Description |
---|
| Canvas |
Gets the Canvas whose viewport was changed.
|
| Viewport |
Gets the new Viewport.
|
TopSee Also