ResourceDictionaryWriterAddGeometryFile Method |
Adds a metafile file to the ResourceDictionary as Geometry.
Namespace: Ab2d.Utility.ReaderWmfAssembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax 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:
Imageread metafile file as Image
See Also