ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / ComponentInfo Class / GetSpecVersion Method

In This Topic
    GetSpecVersion Method
    In This Topic
    HRESULT IWICComponentInfo::GetSpecVersion([In] unsigned int cchSpecVersion,[In] void* wzSpecVersion,[Out] unsigned int* pcchActual)
    Syntax
    'Declaration
     
    Public Function GetSpecVersion( _
       ByVal cchSpecVersion As Integer, _
       ByVal specVersion As IntPtr _
    ) As Integer
    public int GetSpecVersion( 
       int cchSpecVersion,
       IntPtr specVersion
    )

    Parameters

    cchSpecVersion
    specVersion
    See Also