Rectangle3d.Contains Method (Double, Double)

Rectangle3dContains Method (Double, Double)

Determines if two plane parameters are included in this rectangle.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
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: PointContainment
Parameter Rectangle relationship.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also