Click or drag to resize

ImportedImageVisualCreateFromImage Method

Create a new ImportedImageVisual parented to the scene of the supplied document from the supplied Image.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static ImportedImageVisual CreateFromImage(
	Document doc,
	Image image,
	string name
)

Parameters

doc  Document
Document to add image visual to.
image  Image
Image to display on the image visual.
name  String
Name of the visual and the texture.

Return Value

ImportedImageVisual
New imported image visual.
See Also