Property | Type | Description |
---|
Method | Description | |
---|---|---|
LoadFromFile ( string filePath ) : void |
Loads from file.
|
|
LoadFromStream ( Stream stream ) : void | ||
LoadFromStream ( string v ) : void |
Loads from stream.
|
|
LoadFromUrl ( System url ) : void |
Loads from URL.
|
Method | Description | |
---|---|---|
Raise_Click ( ) : void |
Raises the click.
|
public LoadFromFile ( string filePath ) : void | ||
filePath | string | File path.
/// |
return | void |
public LoadFromStream ( Stream stream ) : void | ||
stream | Stream | |
return | void |