Table of Contents

Class FontDownloadListener

Namespace
SharpDX.DirectWrite
Assembly
SharpDX.Direct2D1.dll
[Guid("B06FE5B9-43EC-4393-881B-DBE4DC72FDA7")]
public class FontDownloadListener : ComObject
Inheritance
FontDownloadListener

Constructors

FontDownloadListener(nint)

public FontDownloadListener(nint nativePtr)

Parameters

nativePtr nint

Methods

DownloadCompleted(FontDownloadQueue, IUnknown, Result)

The DownloadCompleted method is called back on an arbitrary thread when a download operation ends.

public void DownloadCompleted(FontDownloadQueue downloadQueue, IUnknown context, Result downloadResult)

Parameters

downloadQueue FontDownloadQueue

Pointer to the download queue interface on which the BeginDownload method was called.

context IUnknown

Optional context object that was passed to BeginDownload. AddRef is called on the context object by BeginDownload and Release is called after the DownloadCompleted method returns.

downloadResult Result

Result of the download operation.

Operators

explicit operator FontDownloadListener(nint)

public static explicit operator FontDownloadListener(nint nativePtr)

Parameters

nativePtr nint

Returns

FontDownloadListener