Click or drag to resize

IMaterialWithSpecularPropertiesAs Method

Returns a new material based on this material, but with all specular properties taken from the template material provided in templateMaterial.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IMaterial WithSpecularPropertiesAs(
	IMaterial templateMaterial
)

Parameters

templateMaterial  IMaterial
The template material.

Return Value

IMaterial
A new material based on this material, but with all specular properties taken from the template material provided in templateMaterial.
See Also