M_Rhino_Geometry_Rectangle3d_Contains_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Determines if two plane parameters are included in this rectangle.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public PointContainment Contains(
double x,
double y
)
VB
Public Function Contains (
x As Double,
y As Double
) As PointContainment
- x
- Type: System.Double
Parameter along base plane X direction. - y
- Type: System.Double
Parameter along base plane Y direction.
Type: PointContainment
Parameter Rectangle relationship.
Supported in: 6.0.16224.21491, 5D58w
Rectangle3d Structure
Contains Overload
Rhino.Geometry Namespace