ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / FontFile Class / GetReferenceKey Method / GetReferenceKey(IntPtr) Method

In This Topic
    GetReferenceKey(IntPtr) Method
    In This Topic
    HRESULT IDWriteFontFile::GetReferenceKey([Out, Buffer] const void** fontFileReferenceKey,[Out] unsigned int* fontFileReferenceKeySize)
    Syntax
    'Declaration
     
    Public Overloads Function GetReferenceKey( _
       ByVal fontFileReferenceKey As IntPtr _
    ) As Integer
    public int GetReferenceKey( 
       IntPtr fontFileReferenceKey
    )

    Parameters

    fontFileReferenceKey
    See Also