Click or drag to resize

ApiLocationToolsSaveLocationAsPng Method

Saves the current location as a png file with a specified filename and a maximum size

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void SaveLocationAsPng(
	string aFilename,
	Size aMaxSize
)

Parameters

aFilename
Type: SystemString
The specified filename for the png file
aMaxSize
Type: System.WindowsSize
The specified maximum size for the image
See Also