Table of Contents

Method SaveAsBmp

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

SaveAsBmp(string)

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

public bool SaveAsBmp(string filePath)

Parameters

filePath string

The file path where to save the BMP image.

Returns

bool

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