Class RectangleExtensions
Inheritance
RectangleExtensions
Assembly: Acoustics.Shared.dll
Syntax
public static class RectangleExtensions
Methods
|
Improve this Doc
View Source
Area(Rectangle)
Declaration
public static int Area(this Rectangle rectangle)
Parameters
Returns
|
Improve this Doc
View Source
PointIntersect(Rectangle, Point)
Declaration
public static bool PointIntersect(this Rectangle rectangle, Point point)
Parameters
Returns
|
Improve this Doc
View Source
PointIntersect(Rectangle, Int32, Int32)
Declaration
public static bool PointIntersect(this Rectangle rectangle, int x, int y)
Parameters
Returns