Table of Contents

TTMSFNCBitmap.SaveToStream Method

Saves the bitmap to the given stream in PNG format.

API unit family: TMSFNCTypes Declaring type: TTMSFNCBitmap

Syntax

procedure SaveToStream(Stream: TStream); virtual;

Parameters

Name Description
Stream The output stream that receives the image data.