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