Table of Contents

Struct DWrite.Font.Ref

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

Constructors

Ref(void*)

public Ref(void* ptr)

Parameters

ptr void*

Methods

CreateFontFace()

public DWrite.FontFace.Ref CreateFontFace()

Returns

DWrite.FontFace.Ref

Dispose()

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

public void Dispose()

Operators

implicit operator void*(Ref)

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

Parameters

r DWrite.Font.Ref

Returns

void*