ReaderWmf.GetFromHemf Method |
Creates metafile from hemf (handle to metafile) and converts it into Viewbox.
Namespace: Ab2dAssembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntaxpublic Viewbox GetFromHemf(
IntPtr hemf
)
Parameters
- hemf
- Type: System.IntPtr
handle to metafile
Return Value
Type:
ViewboxViewbox 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