Table of Contents

Struct DWrite.TextFormat.Ptr

Namespace
Xui.Runtime.Windows
Assembly
Xui.Runtime.Windows.dll
public struct DWrite.TextFormat.Ptr : IDisposable
Implements
Inherited Members

Constructors

Ptr(void*)

public Ptr(void* ptr)

Parameters

ptr void*

Properties

IsNull

public bool IsNull { get; }

Property Value

bool

Methods

Dispose()

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

public void Dispose()

Operators

implicit operator void*(Ptr)

public static implicit operator void*(DWrite.TextFormat.Ptr p)

Parameters

p DWrite.TextFormat.Ptr

Returns

void*