WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ViewPortBoundsChangedEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ViewPortBoundsChangedEventArgs

    Class containing viewport changed changed event args.

    Inheritance
    System.Object
    System.EventArgs
    ViewPortBoundsChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Drawing.RectangleF
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved