Clips the specified rect.
Namespace:
Squid
Assembly:
Squid.Core (in Squid.Core.dll)
protected Rectangle Clip(
Rectangle rect
)
Protected Function Clip ( _
rect As Rectangle _
) As Rectangle
protected:
Rectangle^ Clip(
Rectangle^ rect
)
Parameters
- rect
- Type: Rectangle
The rect.
Return Value
Rectangle.