Table of Contents

Class glyph_extents_tArrayOwnedHandle

Namespace
HarfBuzz.Internal
Assembly
HarfBuzz-0.0.dll
public class glyph_extents_tArrayOwnedHandle : glyph_extents_tArrayHandle, IDisposable
Inheritance
glyph_extents_tArrayOwnedHandle
Implements
Inherited Members

Methods

Create(glyph_extents_t[])

public static glyph_extents_tArrayOwnedHandle Create(glyph_extents_t[] data)

Parameters

data glyph_extents_t[]

Returns

glyph_extents_tArrayOwnedHandle

ReleaseHandle()

When overridden in a derived class, executes the code required to free the handle.

protected override bool ReleaseHandle()

Returns

bool

true if the handle is released successfully; otherwise, in the event of a catastrophic failure, false. In this case, it generates a releaseHandleFailed Managed Debugging Assistant.