Table of Contents

Class AnimationHandle

Namespace
Adw.Internal
Assembly
Adw-1.dll
public class AnimationHandle : ObjectHandle, IDisposable
Inheritance
AnimationHandle
Implements
Derived
Inherited Members

Constructors

AnimationHandle(nint, bool)

public AnimationHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

AnimationHandle

Type Parameters

T