ReaderWmfGetFromHemf 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
Syntax public Viewbox GetFromHemf(
IntPtr hemf
)
Parameters
- hemf
- Type: SystemIntPtr
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