GeometryCollection.Remove(Geometry) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从此 Geometry 中移除指定的 GeometryCollection 的第一个匹配项。
public:
virtual bool Remove(System::Windows::Media::Geometry ^ value);
public bool Remove (System.Windows.Media.Geometry value);
abstract member Remove : System.Windows.Media.Geometry -> bool
override this.Remove : System.Windows.Media.Geometry -> bool
Public Function Remove (value As Geometry) As Boolean
参数
- value
- Geometry
要从此 GeometryCollection 中删除的 Geometry。
返回
如果从集合中移除了 value
,则为 true
;否则为 false
。