ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / ColorTransform Class / Explicit Type Conversion Operator

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

    Parameters

    nativePointer
    See Also