BitmapOverlay Properties

CVB.Net Documentation

The BitmapOverlay type exposes the following members.

Properties

  NameDescription
Public propertyBitmap
Bitmap to be overlaid.
Public propertyColor
Setting any other color than black is not possible for this overlay.
Protected propertyDisplayID
The ID under which the unmanaged display "knows" the label
(Inherited from OverlayBase.)
Public propertyFilled
Filled property is always true on this overlay.
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 propertyLocation
Position of the left top corner of the bitmap.
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 propertySize
Size to which to stretch the bitmap.
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
XOR painting is not possible...
Top
See Also

Reference