Class WmfImageData
Image implementation for WMF, Windows Metafile.
public class WmfImageData : ImageData
- Inheritance
-
WmfImageData
- Inherited Members
Constructors
WmfImageData(byte[])
Creates a WmfImage from a byte[].
public WmfImageData(byte[] bytes)
Parameters
bytes
byte[]the image bytes
WmfImageData(string)
Creates a WmfImage from a file.
public WmfImageData(string fileName)
Parameters
fileName
stringpah to the file
WmfImageData(Uri)
Creates a WmfImage from a URL.
public WmfImageData(Uri url)
Parameters
url
UriURL to the file