Aurigma Graphics Mill 5.5 for .NET
FormatWriter Methods
The FormatWriter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
|
Abort |
Aborts file writing operation. (Overrides SyncHandler..::.Abort()()().) |
|
|
AddFrame |
Appends specified frame to the end of file (or other media). |
|
|
Close |
Closes format writer, flushes all unsaved data, and detaches the writer from previously opened file (or other media). |
|
|
Continue |
Resumes execution of the operation previously paused with Pause()()() method. (Overrides SyncHandler..::.Continue()()().) |
|
|
Dispose |
Releases all resources used by this FormatWriter. (Overrides SyncHandler..::.Dispose()()().) |
|
|
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. |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
ImportEncoderOptions |
Initialize the writer settings from the encoder options object. |
|
|
IsPixelFormatSupported |
Returns whether this format writer can handle bitmaps with specified pixel format. |
|
|
Lock |
Locks the object. (Inherited from SyncHandler.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
OnAfterAddFrame |
Called after the frame is added to the stream. |
|
|
OnBeforeAddFrame |
Called before the frame is added to the stream. |
|
|
OnExportEncoderOptions |
Exports encoder options. |
|
|
OnImportEncoderOptions |
Imports encoder options. |
|
|
Open | Overloaded. Opens format writer. |
|
|
Pause |
Pauses execution of the file writing operation. (Overrides SyncHandler..::.Pause()()().) |
|
|
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.) |