Eyeshot 10 WinForms API Reference
SetMaterial(Material,Color,Boolean) Method

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class > SetMaterial Method : SetMaterial(Material,Color,Boolean) Method
The material
The backface color
Sets the material properties.
Syntax
'Declaration
 
Public Overloads Function SetMaterial( _
   ByVal material As Material, _
   ByVal backColor As Color, _
   ByVal selected As Boolean _
) As Boolean
public bool SetMaterial( 
   Material material,
   Color backColor,
   bool selected
)

Parameters

material
The material
backColor
The backface color
selected

Return Value

True if the material has a texture.
See Also

Reference

RenderContextBase Class
RenderContextBase Members
Overload List