Click or drag to resize
AB4D logo

WpfMaterialCreateLineMaterial Method

Overload List
 NameDescription
Public methodCreateLineMaterial(Material, Color4, Single) CreateLineMaterial converts WPF's material into DXEngine's LineMaterial. Line's color is get from DiffuseMaterial or EmissiveMaterial if present (else default color is used).
Public methodCreateLineMaterial(Material, Color, Double) CreateLineMaterial converts WPF's material into DXEngine's LineMaterial. Line's color is get from DiffuseMaterial or EmissiveMaterial if present (else default color is used).
Top
See Also