共用方式為


DrawingCollection.RemoveAt(Int32) 方法

定義

從這個 Drawing 的指定索引位置上移除 DrawingCollection

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

參數

index
Int32

要移除的項目索引位置。

實作

適用於

另請參閱