Class Rectangle
Inheritance
System.Object
Rectangle
Assembly: Syncfusion.DocIO.UWP.dll
Syntax
public class Rectangle : Object
Constructors
Rectangle()
Declaration
Rectangle(Int32, Int32, Int32, Int32)
Declaration
public Rectangle(int x, int y, int width, int height)
Parameters
Type |
Name |
Description |
System.Int32 |
x |
|
System.Int32 |
y |
|
System.Int32 |
width |
|
System.Int32 |
height |
|
Properties
Height
Declaration
public int Height { get; set; }
Property Value
Width
Declaration
public int Width { get; set; }
Property Value
X
Declaration
public int X { get; set; }
Property Value
Y
Declaration
public int Y { get; set; }
Property Value
Extension Methods