Share via


PointCollection.Remove(Point) Yöntem

Tanım

belirtilen Point ilk oluşumunu içinden PointCollectionkaldırır.

public:
 virtual bool Remove(System::Windows::Point value);
public bool Remove (System.Windows.Point value);
abstract member Remove : System.Windows.Point -> bool
override this.Remove : System.Windows.Point -> bool
Public Function Remove (value As Point) As Boolean

Parametreler

value
Point

Point'den kaldırılacak.PointCollection

Döndürülenler

trueöğesinden PointCollectionkaldırıldıysa; kaldırılmadıysavalue, false.

Uygulamalar

Özel durumlar

PointCollection salt okunurdur.

-veya-

sabit PointCollection bir boyuta sahiptir.

Şunlara uygulanır

Ayrıca bkz.