Click or drag to resize
AB4D logo

ObjFileToWpfModel3DConverterResolveResourceFunc Property

Gets or sets a Func that returns stream from the specified resource name. This can be used to read resources from stream. The returned stream will be closed by the ReaderObj.

Namespace: Ab3d
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Func<string, Stream> ResolveResourceFunc { get; set; }

Property Value

FuncString, Stream
See Also