ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / FontFileStream Interface / ReleaseFileFragment Method
A reference to the client-defined context of a font fragment returned from {{ReadFileFragment}}.

In This Topic
    ReleaseFileFragment Method (FontFileStream)
    In This Topic
    Releases a fragment from a file.
    Syntax
    'Declaration
     
    Sub ReleaseFileFragment( _
       ByVal fragmentContext As IntPtr _
    ) 
    void ReleaseFileFragment( 
       IntPtr fragmentContext
    )

    Parameters

    fragmentContext
    A reference to the client-defined context of a font fragment returned from {{ReadFileFragment}}.
    See Also