Struct DWrite.TextFormat.Ptr
public struct DWrite.TextFormat.Ptr : IDisposable
- Implements
- Inherited Members
Constructors
Ptr(void*)
public Ptr(void* ptr)
Parameters
ptrvoid*
Properties
IsNull
public bool IsNull { get; }
Property Value
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
Returns
- void*