Class Rectangle
Thông tin
Class đại diện cho hình chữ nhật.
public class RectangleKế thừa
Các thành viên được kế thừa
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Các hàm khởi tạo
Rectangle(double, double, double, double)
Hàm khởi tạo của Rectangle.
public Rectangle(double llx, double lly, double urx, double ury)Tham số
llxdouble: X của góc dưới bên trái.llydouble: Y của góc dưới bên trái.urxdouble: X của góc trên bên phải.urydouble: Y của góc trên bên phải.
Namespace: Documentize Assembly: Documentize.dll