Property | Type | Description |
---|
Method | Description | |
---|---|---|
LoadFromFile ( string filePath ) : void |
Load the image from files
|
|
LoadFromStream ( Stream stream ) : void |
Loads from stream.
|
|
LoadFromUrl ( System url ) : void |
Upload the file from an Internet address
|
public LoadFromFile ( string filePath ) : void | ||
filePath | string | File path.
/// |
return | void |
public LoadFromStream ( Stream stream ) : void | ||
stream | Stream | Stream. |
return | void |