Creates a new instance of Rectangle
Namespace: GroupDocs.Comparison.ResultAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic Rectangle(
float x,
float y,
float width,
float height
)
Public Sub New (
x As Single,
y As Single,
width As Single,
height As Single
)
public:
Rectangle(
float x,
float y,
float width,
float height
)
new :
x : float32 *
y : float32 *
width : float32 *
height : float32 -> Rectangle
Parameters
- x
- Type: SystemSingle
X position of rectangle - y
- Type: SystemSingle
Y position of Rectangle - width
- Type: SystemSingle
Width of Rectangle - height
- Type: SystemSingle
Height of Rectangle
See Also