Rectangle
Содержание
[
Скрывать
]Rectangle structure
public struct Rectangle
Конструкторы
Имя | Описание |
---|---|
Rectangle(Point, Size) | |
Rectangle(int, int, int, int) |
Характеристики
Имя | Описание |
---|---|
static Empty { get; } | |
Bottom { get; set; } | |
Height { get; set; } | |
IsEmpty { get; } | |
Left { get; set; } | |
Location { get; set; } | |
Right { get; set; } | |
Size { get; set; } | |
Top { get; set; } | |
Width { get; set; } | |
X { get; set; } | |
Y { get; set; } |
Методы
Имя | Описание |
---|---|
static Ceiling(RectangleF) | |
static FromLeftTopRightBottom(int, int, int, int) | |
static FromPoints(Point, Point) | |
static Inflate(Rectangle, int, int) | |
static Intersect(Rectangle, Rectangle) | |
static Round(RectangleF) | |
static Truncate(RectangleF) | |
static Union(Rectangle, Rectangle) | |
Contains(Point) | |
Contains(Rectangle) | |
Contains(int, int) | |
override Equals(object) | |
override GetHashCode() | |
Inflate(Size) | |
Inflate(int, int) | |
Intersect(Rectangle) | |
IntersectsWith(Rectangle) | |
Normalize() | |
Offset(Point) | |
Offset(int, int) | |
override ToString() | |
operator == | |
operator != |
Смотрите также
- пространство имен Aspose.CAD
- сборка Aspose.CAD