프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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.
/// |
리턴 | void |
public LoadFromStream ( Stream stream ) : void | ||
stream | Stream | Stream. |
리턴 | void |