Click or drag to resize

GraphicsSave Method

Graphics save to file

Namespace:  SIC.Draw
Assembly:  SIC.Draw (in SIC.Draw.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax
public void Save(
	string pFileToSave = ""
)

Parameters

pFileToSave (Optional)
Type: SystemString
Graphics file to save. When no value then file save on same file name (parameter File)
See Also