Click or drag to resize
ResourceDictionaryWriterAddGeometryStream Method
Adds a metafile from stream 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 AddGeometryStream(
	Stream stream,
	GeometrySettings geometrySettings
)

Parameters

stream
Type: System.IOStream
stream
geometrySettings
Type: Ab2d.Common.ReaderWmfGeometrySettings
GeometrySettings used to read this stream

Return Value

Type: Image
read metafile file as Image
See Also