Class RectangleDouble
Inheritance
System.Object
RectangleDouble
Assembly: DRIT.Spreadsheet.dll
Syntax
public class RectangleDouble : object
Constructors
RectangleDouble(Double, Double, Double, Double)
Declaration
public RectangleDouble(double x, double y, double width, double height)
Parameters
Type |
Name |
Description |
System.Double |
x |
|
System.Double |
y |
|
System.Double |
width |
|
System.Double |
height |
|
Properties
Bottom
Declaration
public double Bottom { get; }
Property Value
Type |
Description |
System.Double |
|
Height
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
Left
Declaration
public double Left { get; }
Property Value
Type |
Description |
System.Double |
|
Right
Declaration
public double Right { get; }
Property Value
Type |
Description |
System.Double |
|
Top
Declaration
public double Top { get; }
Property Value
Type |
Description |
System.Double |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
X
Declaration
public double X { get; set; }
Property Value
Type |
Description |
System.Double |
|
Y
Declaration
public double Y { get; set; }
Property Value
Type |
Description |
System.Double |
|