Class Image2D

Class Hierarchy

Image2D node.

Use the Image2D node to display images as textures.

Use the ImageProperty to set the texture that you want to show. Kanzi renders that texture using the brush that you set with the ForegroundBrushProperty. If you do not set the brush, Kanzi uses the default content brush.

Inherits properties and message types from Image2DMetadata.

Synopsis

Methods
create()

Create a 2D image node

Image2D.Image2D:create(name)

Create a 2D image node.

Parameters
name (string)

Name of the new image node.

Return Values
(Image2D)

Image node shared pointer.