The CustomFrame type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CustomFrame |
Initializes a new instance of the CustomFrame class. |
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. (Inherited from Frame.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
ExportEncoderOptions | Overloaded. Exports all frame settings into encoder options object. |
![]() |
GetBitmap |
Returns bitmap stored in this frame. (Inherited from Frame.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetThumbnail |
Returns thumbnail of the bitmap stored in this frame. (Inherited from Frame.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ImportEncoderOptions |
Initialize the frame settings from the encoder options object. (Inherited from Frame.) |
![]() |
InitializeCustomFrameTU |
Initializes the frame with provided settings. |
![]() |
Lock |
Locks the object. (Inherited from LockableObject.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnExportEncoderOptions |
Exports encoder options. (Inherited from Frame.) |
![]() |
OnImportEncoderOptions |
Import encoder options. (Inherited from Frame.) |
![]() |
SetBitmap |
Puts a bitmap into frame. (Inherited from 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. (Inherited from Frame.) |
![]() |
ColorProfile |
Gets a color profile of the bitmap stored in the frame. (Inherited from Frame.) |
![]() |
ColorProfileTU |
Gets/sets a color profile of the bitmap stored in the frame (thread-unsafe version). |
![]() |
ColorSpace |
Gets a color space of the bitmap stored in the frame. (Inherited from Frame.) |
![]() |
FormatReaderTU |
Gets a format reader associated with the frame (thread-unsafe version). |
![]() |
HasAlpha |
Gets a value specifying whether the bitmap stored in the frame has alpha channel. (Inherited from Frame.) |
![]() |
Height |
Returns this frame height. (Inherited from Frame.) |
![]() |
HeightTU |
Gets/sets a height of the bitmap stored in the frame (thread-unsafe version). |
![]() |
HorizontalResolution |
Gets a horizontal resolution of the bitmap stored in the frame. (Inherited from Frame.) |
![]() |
HorizontalResolutionTU |
Gets/sets a horizontal resolution of the bitmap stored in the frame (thread-unsafe version). |
![]() |
Index |
Returns frame index in the format reader (if applicable). (Inherited from Frame.) |
![]() |
IsCmyk |
Gets a value specifying whether the bitmap stored in the frame is CMYK. (Inherited from Frame.) |
![]() |
IsDisposed | (Inherited from LockableObject.) |
![]() |
IsExtended |
Gets a value specifying whether the bitmap stored in the frame has 16 bits per channel. (Inherited from Frame.) |
![]() |
IsGrayScale |
Gets a value specifying whether the bitmap stored in the frame is grayscale. (Inherited from Frame.) |
![]() |
IsIndexed |
Gets a value specifying whether the bitmap stored in the frame is indexed. (Inherited from Frame.) |
![]() |
IsRgb |
Gets a value specifying whether the bitmap stored in the frame is RGB. (Inherited from Frame.) |
![]() |
Left |
Returns horizontal position of the left top corner of the frame. (Inherited from Frame.) |
![]() |
LeftTU |
Gets/sets a horizontal position of the left top corner of the frame (thread-unsafe version). |
![]() |
Locked |
Indicates if the object has been locked. (Inherited from LockableObject.) |
![]() |
Name |
Returns frame name (if defined). (Inherited from Frame.) |
![]() |
NameTU |
Gets/sets the frame name (thread-unsafe version). |
![]() |
PixelFormat |
Returns a pixel format of the bitmap stored in this frame. (Inherited from Frame.) |
![]() |
PixelFormatTU |
Gets/sets a pixel format of the current frame bitmap data (thread-unsafe version). |
![]() |
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. (Inherited from Frame.) |
![]() |
TopTU |
Gets/sets a vertical position of the left top corner of the frame (thread-unsafe version). |
![]() |
VerticalResolution |
Gets a vertical resolution of the bitmap stored in the frame. (Inherited from Frame.) |
![]() |
VerticalResolutionTU |
Gets/sets a vertical resolution of the bitmap stored in the frame (thread-unsafe version). |
![]() |
Width |
Returns this frame width. (Inherited from Frame.) |
![]() |
WidthTU |
Gets/sets a width of the bitmap stored in the frame (thread-unsafe version). |