Click or drag to resize
ResourceDictionaryWriterAddFile Method
Adds a metafile to the ResourceDictionary as WPF Shapes.

Namespace: Ab2d.Utility.ReaderWmf
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public Viewbox AddFile(
	string fileName
)

Parameters

fileName
Type: SystemString
fileName

Return Value

Type: Viewbox
read metafile as Viewbox
See Also