'Declaration Public Function New( _
ByVal interaciveObjectThe interactive object.As T, _
ByVal cursorThe cursor.As System.Windows.Input.Cursor, _
ByVal areaTypeType of the interaction area.As Vintasoft.Imaging.UI.VisualTools.UserInteraction.InteractionAreaType _
)
public WpfObjectBoundingBoxInteractionHandler<T>(
T interaciveObject,
System.Windows.Input.Cursor cursor,
Vintasoft.Imaging.UI.VisualTools.UserInteraction.InteractionAreaType areaType
)
public: WpfObjectBoundingBoxInteractionHandler<T>(
T* interaciveObject,
System.Windows.Input.Cursor* cursor,
Vintasoft.Imaging.UI.VisualTools.UserInteraction.InteractionAreaType areaType
)
public:
WpfObjectBoundingBoxInteractionHandler<T>(
T^ interaciveObject,
System.Windows.Input.Cursor^ cursor,
Vintasoft.Imaging.UI.VisualTools.UserInteraction.InteractionAreaType areaType
)
Parameters
- interaciveObject
- The interactive object.
- cursor
- The cursor.
- areaType
- Type of the interaction area.