Click or drag to resize

MaterialBaseHasSameSpecularPropertiesAs Method

Determines whether this material has the same specular properties as the material provided in anotherMaterial.

Namespace: Altaxo.Drawing.D3D.Material
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool HasSameSpecularPropertiesAs(
	IMaterial anotherMaterial
)

Parameters

anotherMaterial  IMaterial
The material to compare the specular properties with.

Return Value

Boolean
True if this material has the same specular properties as the material provided in anotherMaterial; otherwise false.

Implements

IMaterialHasSameSpecularPropertiesAs(IMaterial)
See Also