This documentation is for the old version. Go to the latest Graphics Mill docs

WbmpFrame Methods

The WbmpFrame type exposes the following members.

Methods

Name Description
Public method {dtor}

Enables using delete operator in C++ applications. It is strongly not recommended to use it directly.

Public method Dispose

Releases all resources used by this Frame.

(Inherited from Frame.)
Public method Equals (Inherited from Object.)
Public method ExportEncoderOptions Overloaded.

Exports all frame settings into encoder options object.

Public method GetBitmap

Returns bitmap stored in this frame.

(Inherited from Frame.)
Public method GetHashCode (Inherited from Object.)
Public method GetThumbnail

Returns thumbnail of the bitmap stored in this frame.

(Inherited from Frame.)
Public method GetType (Inherited from Object.)
Public method ImportEncoderOptions

Initialize the frame settings from the encoder options object.

(Inherited from Frame.)
Public method Lock

Locks the object.

(Inherited from LockableObject.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnExportEncoderOptions

Exports encoder options.

(Inherited from Frame.)
Protected method OnImportEncoderOptions

Import encoder options.

(Inherited from Frame.)
Public method SetBitmap

Puts a bitmap into frame.

(Inherited from Frame.)
Public method ToString (Inherited from Object.)
Public method Unlock

Unlocks the object previously locked with method Lock().

(Inherited from LockableObject.)

See Also

Reference