Click or drag to resize

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
Syntax
public PointContainment Contains(
	double x,
	double y
)

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.
See Also