GeEnvelopeContains Method (Double, Double) |
Namespace: FDF.Common.GeometriesAssembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntaxpublic bool Contains(
double x,
double y
)
Public Function Contains (
x As Double,
y As Double
) As Boolean
public:
bool Contains(
double x,
double y
)
member Contains :
x : float *
y : float -> bool
Parameters
- x
- Type: SystemDouble
- y
- Type: SystemDouble
Return Value
Type:
Boolean
See Also