Table of Contents

Struct DWrite.FontFace.Ref

Namespace
Xui.Runtime.Windows
Assembly
Xui.Runtime.Windows.dll
public ref struct DWrite.FontFace.Ref : IDisposable
Implements
Inherited Members

Constructors

Ref(void*)

public Ref(void* ptr)

Parameters

ptr void*

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

QueryInterface(in Guid)

public void* QueryInterface(in Guid refId)

Parameters

refId Guid

Returns

void*

Operators

implicit operator void*(Ref)

public static implicit operator void*(DWrite.FontFace.Ref r)

Parameters

r DWrite.FontFace.Ref

Returns

void*