Click or drag to resize
ResourceDictionaryWriterAddGeometryFile Method
Adds a metafile file to the ResourceDictionary as Geometry.

Namespace: Ab2d.Utility.ReaderWmf
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public Image AddGeometryFile(
	string fileName,
	GeometrySettings geometrySettings
)

Parameters

fileName
Type: SystemString
fileName
geometrySettings
Type: Ab2d.Common.ReaderWmfGeometrySettings
GeometrySettings used to read this file

Return Value

Type: Image
read metafile file as Image
See Also