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 = ""
)
Public Sub Save (
Optional pFileToSave As String = ""
)
Parameters
- pFileToSave (Optional)
- Type: SystemString
Graphics file to save. When no value then file save on same file name (parameter File)
See Also