RectangleDContains 方法 (Double, Double) |
参考 System.Drawing.Rectangle
命名空间:
System.Drawing
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public 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
参数
- x
- 类型: SystemDouble
- y
- 类型: SystemDouble
返回值
类型:
Boolean
参见