Class ManualLayoutEventArgs
Manual layout event arguments.
Inherited Members
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public class ManualLayoutEventArgs : EventArgs
Constructors
ManualLayoutEventArgs(Double, Double, Double, Double)
Initializes a new instance of the ManualLayoutEventArgs class.
Declaration
public ManualLayoutEventArgs(double x, double y, double width, double height)
Parameters
Type | Name | Description |
---|---|---|
Double | x | The x coordinate. |
Double | y | The y coordinate. |
Double | width | Width. |
Double | height | Height. |
Properties
Height
Gets the height.
Declaration
public double Height { get; }
Property Value
Type | Description |
---|---|
Double | The height. |
Width
Gets the width.
Declaration
public double Width { get; }
Property Value
Type | Description |
---|---|
Double | The width. |
X
Gets the x.
Declaration
public double X { get; }
Property Value
Type | Description |
---|---|
Double | The x. |
Y
Gets the y.
Declaration
public double Y { get; }
Property Value
Type | Description |
---|---|
Double | The y. |
Methods
ToString()
Formats content for display
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |