Class ViewScrollVirtualBoundsEventArgs
Encapsulates arguments for the Scroll Virtual Bounds change event of a view.
Inheritance
System.Object
System.EventArgs
ViewScrollVirtualBoundsEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |