TextureNode.this

Creates a GskRenderNode that will render the given @texture into the area given by @bounds.

  1. this(GskTextureNode* gskTextureNode, bool ownedRef)
  2. this(Texture texture, Rect bounds)
    class TextureNode

Parameters

texture Texture

the GdkTexture

bounds Rect

the rectangle to render the texture into

Return Value

A new GskRenderNode

Throws

ConstructionException GTK+ fails to create the object.

Meta