GradientStopCollection.RemoveAt(Int32) 方法

定義

從這個 GradientStop 的指定之索引位置移除 GradientStopCollection

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

要移除的 GradientStop 的索引。

實作

適用於

另請參閱