Click or drag to resize
AB4D logo

VisualEventSource3D Class

VisualEventSource3D class is used to register a Visual3D object to the EventManager3D.
Inheritance Hierarchy
SystemObject
  Ab3d.UtilitiesBaseEventSource3D
    Ab3d.UtilitiesVisualEventSource3D

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class VisualEventSource3D : BaseEventSource3D

The VisualEventSource3D type exposes the following members.

Constructors
 NameDescription
Public methodVisualEventSource3D Constructor
Public methodVisualEventSource3D(String) Constructor
Public methodVisualEventSource3D(Visual3D) Constructor
Top
Properties
 NameDescription
Public propertyTargetVisual3D Gets or sets the Visual3D that is used as the source of the mouse events.
Public propertyTargeVisualName Gets or sets the name of the Visual3D that is used as the source of the mouse events.
Top
Methods
 NameDescription
Public methodIsMyVisual Method that is called from EventManager3D to check if this EventSource3D contains hitVisual
(Overrides BaseEventSource3DIsMyVisual(Visual3D))
Top
See Also