RhinoCommon API
Rectangle3dContains Method (Double, Double) |
Determines if two plane parameters are included in this rectangle.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0
public PointContainment Contains( double x, double y )
Public Function Contains ( x As Double, y As Double ) As PointContainment
Parameters
- x
- Type: SystemDouble
Parameter along base plane X direction. - y
- Type: SystemDouble
Parameter along base plane Y direction.
Return Value
Type: PointContainmentParameter Rectangle relationship.