The PngWriter type exposes the following members.
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Abort |
Aborts file writing operation. (Inherited from FormatWriter.) |
|
AddFrame |
Appends specified frame to the end of file (or other media). (Inherited from FormatWriter.) |
|
Clone |
Returns a full copy of this PngWriter class instance. |
|
Close |
Closes format writer, flushes all unsaved data, and detaches the writer from previously opened file (or other media). (Inherited from FormatWriter.) |
|
Continue |
Resumes execution of the operation previously paused with Pause() method. (Inherited from FormatWriter.) |
|
Dispose |
Releases all resources used by this FormatWriter. (Inherited from FormatWriter.) |
|
Equals | (Inherited from Object.) | |
ExportEncoderOptions | Overloaded. Exports all writer settings into the encoder options object. |
|
GetEmptyFrame |
Returns Frame descendant class of the format supported with this writer. (Overrides FormatWriter.GetEmptyFrame().) |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ImportEncoderOptions |
Initialize the writer settings from the encoder options object. (Inherited from FormatWriter.) |
|
IsPixelFormatSupported |
Returns whether this format writer can handle bitmaps with specified pixel format. (Inherited from FormatWriter.) |
|
Lock |
Locks the object. (Inherited from SyncHandler.) |
|
MemberwiseClone | (Inherited from Object.) | |
OnAfterAddFrame |
Called after the frame is added to the stream. (Inherited from FormatWriter.) |
|
OnBeforeAddFrame |
Called before the frame is added to the stream. (Inherited from FormatWriter.) |
|
OnExportEncoderOptions |
Exports encoder options. (Inherited from FormatWriter.) |
|
OnImportEncoderOptions |
Imports encoder options. (Inherited from FormatWriter.) |
|
Open | Overloaded. Opens format writer. |
|
Pause |
Pauses execution of the file writing operation. (Inherited from FormatWriter.) |
|
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from SyncHandler.) |
|
WaitForCompletion |
Suspends the calling thread until the operation currently run is completed. (Inherited from SyncHandler.) |