Class ProvideBoundsEventArgs
Inheritance
System.Object
ProvideBoundsEventArgs
Inherited Members
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
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ProvideBoundsEventArgs
Constructors
ProvideBoundsEventArgs(Point, Size)
Declaration
public ProvideBoundsEventArgs(Point location, Size size)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Point | location | |
System.Drawing.Size | size |
ProvideBoundsEventArgs(Int32, Int32, Int32, Int32)
Declaration
public ProvideBoundsEventArgs(int top, int left, int width, int height)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | top | |
System.Int32 | left | |
System.Int32 | width | |
System.Int32 | height |
Properties
Bounds
Declaration
public Rectangle Bounds { get; set; }
Property Value
Type |
---|
System.Drawing.Rectangle |
Height
Declaration
public int Height { get; set; }
Property Value
Type |
---|
System.Int32 |
Location
Declaration
public Point Location { get; set; }
Property Value
Type |
---|
System.Drawing.Point |
Size
Declaration
public Size Size { get; set; }
Property Value
Type |
---|
System.Drawing.Size |
Width
Declaration
public int Width { get; set; }
Property Value
Type |
---|
System.Int32 |