The Frame type exposes the following members.
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Dispose |
Releases all resources used by this Frame. (Overrides LockableObject.Dispose().) |
|
Equals | (Inherited from Object.) | |
ExportEncoderOptions | Overloaded. Exports all frame settings into encoder options object. |
|
GetBitmap |
Returns bitmap stored in this frame. |
|
GetHashCode | (Inherited from Object.) | |
GetThumbnail |
Returns thumbnail of the bitmap stored in this frame. |
|
GetType | (Inherited from Object.) | |
ImportEncoderOptions |
Initialize the frame settings from the encoder options object. |
|
Lock |
Locks the object. (Inherited from LockableObject.) |
|
MemberwiseClone | (Inherited from Object.) | |
OnExportEncoderOptions |
Exports encoder options. |
|
OnImportEncoderOptions |
Import encoder options. |
|
SetBitmap |
Puts a bitmap into frame. |
|
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from LockableObject.) |
Name | Description | |
---|---|---|
BitsPerPixel |
Gets a number of bits per pixel in the bitmap stored in the frame. |
|
ColorProfile |
Gets a color profile of the bitmap stored in the frame. |
|
ColorSpace |
Gets a color space of the bitmap stored in the frame. |
|
HasAlpha |
Gets a value specifying whether the bitmap stored in the frame has alpha channel. |
|
Height |
Returns this frame height. |
|
HorizontalResolution |
Gets a horizontal resolution of the bitmap stored in the frame. |
|
Index |
Returns frame index in the format reader (if applicable). |
|
IsCmyk |
Gets a value specifying whether the bitmap stored in the frame is CMYK. |
|
IsDisposed | (Inherited from LockableObject.) | |
IsExtended |
Gets a value specifying whether the bitmap stored in the frame has 16 bits per channel. |
|
IsGrayScale |
Gets a value specifying whether the bitmap stored in the frame is grayscale. |
|
IsIndexed |
Gets a value specifying whether the bitmap stored in the frame is indexed. |
|
IsRgb |
Gets a value specifying whether the bitmap stored in the frame is RGB. |
|
Left |
Returns horizontal position of the left top corner of the frame. |
|
Locked |
Indicates if the object has been locked. (Inherited from LockableObject.) |
|
Name |
Returns frame name (if defined). |
|
PixelFormat |
Returns a pixel format of the bitmap stored in this frame. |
|
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from LockableObject.) |
|
Top |
Returns vertical position of the left top corner of the frame. |
|
VerticalResolution |
Gets a vertical resolution of the bitmap stored in the frame. |
|
Width |
Returns this frame width. |