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