Method | Description | |
---|---|---|
ImgWMF ( Image image ) : System |
Constructs an ImgWMF-object
|
|
ImgWMF ( |
Constructs an ImgWMF-object, using an url.
|
|
ImgWMF ( byte img ) : System |
Constructs an ImgWMF-object from memory.
|
|
ImgWMF ( string filename ) : System |
Constructs an ImgWMF-object, using a filename.
|
|
ReadWMF ( |
Reads the WMF into a template.
|
Method | Description | |
---|---|---|
ProcessParameters ( ) : void |
This method checks if the image is a valid WMF and processes some parameters.
|
public ImgWMF ( |
||
url | the URL where the image can be found | |
return | System |
public ImgWMF ( string filename ) : System | ||
filename | string | a string-representation of the file that contains the image. |
return | System |
public ReadWMF ( |
||
template | the template to read to | |
return | void |