Table of Contents

Class TextureHandle

Namespace
Gdk.Internal
Assembly
Gdk-4.0.dll
public class TextureHandle : ObjectHandle, IDisposable
Inheritance
TextureHandle
Implements
Derived
Inherited Members

Constructors

TextureHandle(nint, bool)

public TextureHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

TextureHandle

Type Parameters

T