PolyLineOverlayRemove Method

CVB.Net Documentation
remove all instances of a given pixel from the polygon

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public bool Remove(
	Point pixel
)

Parameters

pixel
Type: System.DrawingPoint
pixel to be removed

Return Value

Type: Boolean
true if something was removed, false otherwise

Implements

ICollectionTRemove(T)
See Also

Reference