C#
VB
Java
Objective-C
Initializes a new InteractiveService with the specified View.
public InteractiveService(
View targetView
)
Public Function New( _
ByVal targetView As View _
)
iOS:
- (instancetype)initWithTarget:(UIView *)target
macOS:
- (instancetype)initWithTarget:(NSView *)target
public InteractiveService(View targetView)
targetView
The target view. This view is the target that will be used to check if the event is triggered on its surface.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET