gdk.memory_texture

Module for [MemoryTexture] class

Types 3

A gdk.texture.Texture representing image data in memory.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
MemoryTexture self() nothrowReturns `this`, for use in `with` statements.
MemoryTextureGidBuilder builder() static nothrowGet builder for [gdk.memory_texture.MemoryTexture] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)
this(int width, int height, gdk.types.MemoryFormat format, glib.bytes.Bytes bytes, size_t stride)Creates a new texture for a blob of image data.
Methods
MemoryTexture build() nothrowCreate object from builder. Returns: New object