Tests whether the specified rectangle is entirely contained within the current RectangleD.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public bool Contains( RectangleD rc ) |
Visual Basic |
---|
Public Function Contains ( _ rc As RectangleD _ ) As Boolean |
Parameters
- rc
- Type: C1.C1Preview..::..RectangleD
The RectangleD to test.