Click or drag to resize

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
)

Parameters

pFile
Type: SystemString
Graphics file to load
See Also