PolyLineOverlayContains Method

CVB.Net Documentation
Contains method of the ICollection interface - check if a pixel is part of the collection

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

public bool Contains(
	Point pixel
)

Parameters

pixel
Type: System.DrawingPoint
pixel to check for

Return Value

Type: Boolean
true if the pixel is part of the overlay's vertex list, false otherwise.

Implements

ICollectionTContains(T)
See Also

Reference