Table of Contents

Class LayoutHandle

Namespace
Pango.Internal
Assembly
Pango-1.0.dll
public class LayoutHandle : ObjectHandle, IDisposable
Inheritance
LayoutHandle
Implements
Inherited Members

Constructors

LayoutHandle(nint, bool)

public LayoutHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static LayoutHandle For<T>(ConstructArgument[] constructArguments) where T : Layout, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

LayoutHandle

Type Parameters

T