Table of Contents

Class HandleHandle

Namespace
Rsvg.Internal
Assembly
Rsvg-2.0.dll
public class HandleHandle : ObjectHandle, IDisposable
Inheritance
HandleHandle
Implements
Inherited Members

Constructors

HandleHandle(nint, bool)

public HandleHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

HandleHandle

Type Parameters

T