GeometryCollection.Insert(Int32, Geometry) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 Geometry 插入集合中的特定位置。
public:
virtual void Insert(int index, System::Windows::Media::Geometry ^ value);
public void Insert (int index, System.Windows.Media.Geometry value);
abstract member Insert : int * System.Windows.Media.Geometry -> unit
override this.Insert : int * System.Windows.Media.Geometry -> unit
Public Sub Insert (index As Integer, value As Geometry)