Rectangle.ClipBy Method
Returns the Rectangle that results from clipping the current Rectangle with the specified Rectangle.
ClipBy(Rectangle rectangle)
Returns the Rectangle that results from clipping the current Rectangle with the specified Rectangle.Syntax
public Rectangle ClipBy (
Rectangle rectangle
)
Parameters
The rectangle to clip the current rectangle with.
Return Value
The rectangle that is the result of clipping the current rectangle with rectangle.
Remarks
An empty rectangle is returned if the current rectangle and rectangle does not intersect or touch.
Platforms
Windows, Linux, Android