MaterialBaseHasSameSpecularPropertiesAs Method |
Determines whether this material has the same specular properties as the material provided in anotherMaterial.
Namespace: Altaxo.Drawing.D3D.MaterialAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool HasSameSpecularPropertiesAs(
IMaterial anotherMaterial
)
Parameters
- anotherMaterial IMaterial
- The material to compare the specular properties with.
Return Value
BooleanTrue if this material has the same specular properties as the material provided in
anotherMaterial; otherwise false.
Implements
IMaterialHasSameSpecularPropertiesAs(IMaterial)See Also