Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / Material Class / Material Constructor / Material Constructor(String,Image)
The material name.
Material texture image

In This Topic
    Material Constructor(String,Image)
    In This Topic
    Name and texture index constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal texture As Image _
    )
    public Material( 
       string name,
       Image texture
    )

    Parameters

    name
    The material name.
    texture
    Material texture image
    See Also