Click or drag to resize
ReaderWmfGetFromHemf Method
Creates metafile from hemf (handle to metafile) and converts it into Viewbox.

Namespace: Ab2d
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public Viewbox GetFromHemf(
	IntPtr hemf
)

Parameters

hemf
Type: SystemIntPtr
handle to metafile

Return Value

Type: Viewbox
Viewbox with elements defined in metafile file
Remarks

Creates metafile from hemf (handle to metafile) and converts it into Viewbox.

To read metafile from clipboard it is also possible to use GetFromClipboard method.

See Also