Class ViewScrollVirtualBoundsEventArgs
Encapsulates arguments for the Scroll Virtual Bounds change event of a view.
Inheritance
System.Object
ViewScrollVirtualBoundsEventArgs
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class ViewScrollVirtualBoundsEventArgs : EventArgs
Remarks
Constructors
ViewScrollVirtualBoundsEventArgs(RectangleF, RectangleF)
Initializes a new instance of the ViewScrollVirtualBoundsEventArgs class.
Declaration
public ViewScrollVirtualBoundsEventArgs(RectangleF rcOldBounds, RectangleF rcNewBounds)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.RectangleF | rcOldBounds | The old bounds. |
| System.Drawing.RectangleF | rcNewBounds | The new bounds. |
Properties
NewBounds
Gets scroll Bounds value after the event occurred.
Declaration
public RectangleF NewBounds { get; }
Property Value
| Type |
|---|
| System.Drawing.RectangleF |
OldBounds
Gets scroll Bounds value before the event occurred.
Declaration
public RectangleF OldBounds { get; }
Property Value
| Type |
|---|
| System.Drawing.RectangleF |