Eyeshot 10 WinForms API Reference
TextureImage Property

WinForms Assembly > devDept.Graphics Namespace > Material Class : TextureImage Property
Gets or sets the material texture image.
Syntax
'Declaration
 
Public Property TextureImage As Image
public Image TextureImage {get; set;}
Remarks
If the material is already added to the ViewportLayout call LoadTexture to make it effective.
See Also

Reference

Material Class
Material Members