ImportedImageVisualCreateFromImage Method |
Create a new ImportedImageVisual parented to the scene of the supplied document from the supplied Image.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic 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
ImportedImageVisualNew imported image visual.
See Also