IOLink C# 1.11.0
Loading...
Searching...
No Matches
IOLink.MultiImageViewProvider Class Reference

Utility class to check and convert a View into a MultiImagevView. More...

Inheritance diagram for IOLink.MultiImageViewProvider:

Public Member Functions

 MultiImageViewProvider (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Dispose ()
 

Static Public Member Functions

static global::System.Runtime.InteropServices.HandleRef getCPtr (MultiImageViewProvider obj)
 
static global::System.Runtime.InteropServices.HandleRef swigRelease (MultiImageViewProvider obj)
 
static bool IsMultiImage (View view)
 Checks if given View is a MultiImageView.
 
static MultiImageView ToMultiImage (View view)
 Extracts the MultiImageView interface from a given generic view.
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Detailed Description

Utility class to check and convert a View into a MultiImagevView.

Member Function Documentation

◆ ToMultiImage()

static MultiImageView IOLink.MultiImageViewProvider.ToMultiImage ( View  view)
inlinestatic

Extracts the MultiImageView interface from a given generic view.

If the given view is not an MultiImageView, this method will return null.


The documentation for this class was generated from the following file: