VisualArea2DToolBaseTResult Properties

CVB.Net Documentation

The VisualArea2DToolBaseTResult generic type exposes the following members.

Properties

  NameDescription
Public propertyArea2D
The Area2D currently covered by this tool.
(Inherited from VisualArea2DClassicToolBaseTResult.)
Public propertyAreaColor
Color to be used for painting the area. Note that changes to this property will not be reflected in the tool's visualization until it has been repainted.
(Inherited from VisualArea2DClassicToolBaseTResult.)
Public propertyColor
Override the base class property "Color" to have the same meaning as RectColor.
(Inherited from VisualArea2DClassicToolBaseTResult.)
Protected propertyDisplayID
The ID under which the unmanaged display "knows" the label
(Inherited from OverlayBase.)
Public propertyDragHandleColor
Color to be used for painting the drag handles. Note that changes to this property will not be reflected in the tool's visualization until it has been repainted.
Public propertyDragHandleSize
Size to be used for painting visible drag handles. Note that changes to this property will not be reflected in the tool's visualization until it has been repainted.
(Inherited from VisualToolBaseTResult.)
Public propertyDragHandleStyle
Style to be used for painting visible drag handles. Note that changes to this property will not be reflected in the tool's visualization until it has been repainted.
(Inherited from VisualToolBaseTResult.)
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 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 propertyResult
Untyped get accessor for the last calculation result. Untyped results are - although access is a bit more complicated - sometimes more convenient for example in this case when building generic result views.
(Inherited from VisualToolBaseTResult.)
Public propertyResultType
Get the type of the result returned by this VisualToolBase.
(Inherited from VisualToolBaseTResult.)
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 propertyTypedResult
Get the typed version of the calculation result (sometimes easier to access than the untyped version).
(Inherited from VisualToolBaseTResult.)
Public propertyVertices
Pixel positions to paint the user object with. Modifying the Vertex positions will not change the appearance of the overlay and the changes will in fact be overwritten in the next Paint event. Positions are in image coordinates, NOT in client coordinates.
(Inherited from UserOverlay.)
Public propertyXORPaint
Use or don't use XOR mode for painting.
(Inherited from UserOverlay.)
Top
See Also

Reference