Click or drag to resize
MetafileLoadedEventArgs Class
MetafileLoadedEventArgs is used for MetafileLoaded event on WmfViewbox and WmfDrawing.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab2d.Common.ReaderWmfMetafileLoadedEventArgs

Namespace: Ab2d.Common.ReaderWmf
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public class MetafileLoadedEventArgs : EventArgs

The MetafileLoadedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodMetafileLoadedEventArgs
Constructor
Top
Properties
  NameDescription
Public propertyMetafileUri
Gets an Uri of the metafile that was read.
Public propertyReadMetafile
Gets the Viewbox (for WmfViewbox) or Image (for WmfDrawing) that contains the read metafile.
Public propertyUserReaderWmf
Gets an instance of the Ab2d.ReaderWmf that is used to read the metafile.
Top
See Also