Class MemoryTexture
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
intTransfer ownership: None Nullable: False
height
intTransfer ownership: None Nullable: False
format
MemoryFormatTransfer ownership: None Nullable: False
bytes
BytesHandleTransfer ownership: None Nullable: False
stride
nuintTransfer ownership: None Nullable: False
Returns
- IntPtr
Transfer ownership: Full Nullable: False