Class ViewPortBoundsChangedEventArgs
Class containing viewport changed changed event args.
Inheritance
System.Object
ViewPortBoundsChangedEventArgs
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class ViewPortBoundsChangedEventArgs : EventArgs
Constructors
ViewPortBoundsChangedEventArgs(RectangleF)
Initializes a new instance of the ViewPortBoundsChangedEventArgs class.
Declaration
public ViewPortBoundsChangedEventArgs(RectangleF bounds)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.RectangleF | bounds | The bounds. |
Properties
ViewPortBounds
Gets the ViewPortBounds
Declaration
public RectangleF ViewPortBounds { get; }
Property Value
| Type |
|---|
| System.Drawing.RectangleF |