PixelListOverlay Class

CVB.Net Documentation
A pixel list overlay that marks each pixel individually.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Forms.OverlaysOverlayBase
    Stemmer.Cvb.Forms.OverlaysOverlayPluginBase
      Stemmer.Cvb.Forms.OverlaysExtendedOverlayPluginBasePixelListPlugInData
        Stemmer.Cvb.Forms.OverlaysPixelListOverlay

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

public class PixelListOverlay : ExtendedOverlayPluginBase<PixelListPlugInData>, 
	ICollection<Point>, IEnumerable<Point>, IEnumerable

The PixelListOverlay type exposes the following members.

Constructors

  NameDescription
Public methodPixelListOverlay(String, Boolean, Color, Int32, DashStyle, IEnumerablePoint)
Standard constructor for pixel list overlays.
Public methodPixelListOverlay(String, Boolean, Color, Int32, DashStyle, IEnumerablePoint, Object)
Standard constructor for pixel list overlays.
Top
Properties

  NameDescription
Public propertyColor
Color of the label
(Inherited from OverlayBase.)
Public propertyCount
Number of pixels currently in the list.
Public propertyDashStyle
Dash style to be used for painting.
Protected propertyDisplayID
The ID under which the unmanaged display "knows" the label
(Inherited from OverlayBase.)
Public propertyFilled
Specifies whether or not the OPI should be painted filled
(Inherited from OverlayPluginBase.)
Public propertyInvokeRequired
tell whether actions on the display object require an invoke action or not (being user interface objects, display objects should not be modified asynchronously)
(Inherited from OverlayBase.)
Public propertyIsDragable
Label dragable?
(Inherited from OverlayBase.)
Public propertyIsReadOnly
Declare that this collection can be read and written.
Public propertyName
Friendly name of the overlay plugin
(Inherited from OverlayPluginBase.)
Public propertyParent
The display on which the label lives (if any...). Note that a label may only be associated with one display at a time
(Inherited from OverlayBase.)
Public propertyPenWidth
Width of the pen to be used for painting.
Public propertyTag
Field for user-definable data to be associated with the overlay object.
(Inherited from OverlayBase.)
Public propertyText
Text being displayed on the label and/or in the status line
(Inherited from OverlayBase.)
Public propertyXORPainting
specifies the paint mode (opaque or XOR)
(Inherited from OverlayPluginBase.)
Top
Methods

  NameDescription
Public methodAdd
Add a new pixel to the pixel list 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 pixel list 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
PixelList overlay destructor
(Overrides ObjectFinalize.)
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 list.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldcolor_
Internally stored color.
(Inherited from OverlayBase.)
Protected fieldopiData_
The plugin-specific data structure
(Inherited from ExtendedOverlayPluginBaseTData.)
Protected fieldopiInfo_
information about the OPI that is being used by this object
(Inherited from OverlayPluginBase.)
Protected fieldvertices_
Array with the most up-to-date construction vertices
(Inherited from OverlayPluginBase.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
inner IEnumerator
Top
See Also

Reference