PolyLineOverlay Methods

CVB.Net Documentation

The PolyLineOverlay type exposes the following members.

Methods

  NameDescription
Public methodAdd
Add a new pixel to the polygon plugin
Public methodClear
remove all pixel from the pixel list plugin
Public methodClone
Virtual copy Constructor.
(Overrides OverlayPluginBaseClone.)
Public methodContains
Contains method of the ICollection interface - check if a pixel is part of the collection
Public methodCopyTo
copy the contents of the polygon into an array starting at a given array index
Protected methodCreateOverlayWrapper
overrideable creation function for overlay wrapper objects
(Inherited from ExtendedOverlayPluginBaseTData.)
Protected methodCreatePluginData
Create the plugin data structure for later use
(Overrides ExtendedOverlayPluginBaseTDataCreatePluginData.)
Protected methodDestroyAndCreatePropertyChanged
Method to be called whenever a property value changed that necessitates a destroy + create in order to reflect the property change on the actual display.
(Inherited from OverlayBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Enumeration implementation
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnConnectToDisplay
Establish connection with a new display.
(Inherited from OverlayBase.)
Protected methodOnDisconnectFromDisplay
Disconnect the object from its parent display.
(Inherited from OverlayBase.)
Protected methodOpiDataPropertyChanged
A property that is relevant for the opi data structure has been changed; as a consequence, the opi may potentially need to be re-generated in order to reflect the changes.
(Inherited from ExtendedOverlayPluginBaseTData.)
Protected methodOpiDataPropertyChanged(Boolean)
A property that is relevant for the opi data structure has been changed; as a consequence, the opi may potentially need to be re-generated in order to reflect the changes.
(Inherited from ExtendedOverlayPluginBaseTData.)
Protected methodOverlay_ConnectedToDisplay
Connect the overlay plugin to the display by means of an OPI wrapper
(Inherited from OverlayPluginBase.)
Protected methodOverlay_DisconnectedFromDisplay
Remove an OPI from a display (effectively: kill it...)
(Inherited from OverlayPluginBase.)
Public methodRemove
remove all instances of a given pixel from the polygon
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
inner IEnumerator
Top
See Also

Reference