Graphics Constructor (String) | |
Initializes a new instance of the Graphics class.
Constructor with file name parameter and it's load this file.
Namespace:
SIC.Draw
Assembly:
SIC.Draw (in SIC.Draw.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax public Graphics(
string pFile
)
Public Sub New (
pFile As String
)
Parameters
- pFile
- Type: SystemString
Graphics file to load
See Also