Click or drag to resize
AB4D logo

MaterialTypeConverterConvertFrom Method

Converts the given value to the type of this converter.

Namespace: Ab3d.Common
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)

Parameters

context  ITypeDescriptorContext
context
culture  CultureInfo
culture
value  Object
value

Return Value

Object
DiffuseMaterial object
See Also