Table of Contents

Class MemoryTexture

Namespace
Gdk.Internal
Assembly
Gdk-4.0.dll
public class MemoryTexture
Inheritance
MemoryTexture
Inherited Members

Methods

GetGType()

Calls native function gdk_memory_texture_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

New(int, int, MemoryFormat, BytesHandle, nuint)

Calls native constructor gdk_memory_texture_new.

public static extern IntPtr New(int width, int height, MemoryFormat format, BytesHandle bytes, nuint stride)

Parameters

width int

Transfer ownership: None Nullable: False

height int

Transfer ownership: None Nullable: False

format MemoryFormat

Transfer ownership: None Nullable: False

bytes BytesHandle

Transfer ownership: None Nullable: False

stride nuint

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: Full Nullable: False