点击或拖拽改变大小

GeometryContains 方法

测试指定 Point 结构是否包含在此 Geometry 中。

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public bool Contains(
	Point point
)

参数

point
类型:CPF.DrawingPoint

[缺少 "M:CPF.Drawing.Geometry.Contains(CPF.Drawing.Point)" 的 <param name="point"/> 文档]

返回值

类型:Boolean

[缺少 "M:CPF.Drawing.Geometry.Contains(CPF.Drawing.Point)" 的 <returns> 文档]

参见