فئة BoundingRectangle

BoundingRectangle class

public class BoundingRectangle : IEquatable<BoundingRectangle>

المُنشئات

الاسمالوصف
BoundingRectangle()المُنشئ الافتراضي.
BoundingRectangle(double, double, double, double)

الخصائص

الاسمالوصف
Area { get; }
Center { get; }
HasValues { get; }
Height { get; }
MaxCoordinate { get; }
MinCoordinate { get; }
Width { get; }
XMax { get; set; }
XMin { get; set; }
YMax { get; set; }
YMin { get; set; }

الطرق

الاسمالوصف
Clone()
Contains(BoundingRectangle)
Contains(Coordinate)
Contains(double, double)
ContainsX(double)
ContainsY(double)
Distance(BoundingRectangle)
Distance(Coordinate)
Distance(double, double)
Equals(BoundingRectangle)
override Equals(object)
override GetHashCode()
Grow(BoundingRectangle)
Grow(Coordinate)
Grow(double, double)
GrowX(double)
GrowY(double)
Intersection(BoundingRectangle)
Intersects(BoundingRectangle)
SquaredDistance(BoundingRectangle)
SquaredDistance(Coordinate)
SquaredDistance(double, double)
operator ==
implicit operator
operator !=

انظر أيضًا