Click or drag to resize

ImageSavePng Method

Saves the image as a PNG file to path.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error SavePng(
	string path
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Godot.Image.SavePng(System.String)"]

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.Image.SavePng(System.String)"]

See Also