LEADTOOLS WinRT(Leadtools.Controls)
LEAD Technologies, Inc

InteractiveService Constructor (InteractiveService)


The owner of the service. Optional and can be null. This is not used by InteractiveService but can be used by the application to pass any class and extra data. ImageViewer passes this for this parameter.
The target canvas. This element will be used to check if the event is triggered on its surface and all coordinates will be translated based on its position. Required and must be a valid canvas.
Initializes a new instance of InteractiveService with the specified parameters. WinRT support
Syntax
public InteractiveService( 
   FrameworkElement owner,
   FrameworkElement targetElement
)
function InteractiveService( 
   owner ,
   targetElement 
)

Parameters

owner
The owner of the service. Optional and can be null. This is not used by InteractiveService but can be used by the application to pass any class and extra data. ImageViewer passes this for this parameter.
targetElement
The target canvas. This element will be used to check if the event is triggered on its surface and all coordinates will be translated based on its position. Required and must be a valid canvas.

Return Value

The created InteractiveService object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

InteractiveService Class
InteractiveService Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.