ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / Multithread Class / Explicit Type Conversion Operator

In This Topic
    Explicit Type Conversion Operator (Multithread)
    In This Topic
    Performs an explicit conversion from System.IntPtr to Multithread.
    Syntax
    'Declaration
     
    Public Operator Narrowing CType( _
       ByVal nativePointer As System.IntPtr _
    ) As Multithread
    public Multithread operator explicit( 
       System.IntPtr nativePointer
    )

    Parameters

    nativePointer
    See Also