Graphics Constructor |
| Name | Description | |
|---|---|---|
| Graphics(Byte) |
Initializes a new instance of the Graphics class.
Constructor with bytes parameter
| |
| Graphics(Stream) |
Initializes a new instance of the Graphics class.
Constructor with stream parameter.
| |
| Graphics(String) |
Initializes a new instance of the Graphics class.
Constructor with file name parameter and it's load this file.
|