Table of Contents

Method SaveAsPng

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

SaveAsPng(string)

Saves the image to a PNG file at the specified path.

public bool SaveAsPng(string filePath)

Parameters

filePath string

The file path where to save the PNG image.

Returns

bool

True if the image was saved successfully; otherwise, false.