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

DSPreLoadedFrame Members

The DSPreLoadedFrame 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 PreLoadedFrame.)
Public method ToString (Inherited from Object.)
Public method Unlock

Unlocks the object previously locked with method Lock().

(Inherited from LockableObject.)

Properties

Name Description
Public property BitsPerPixel

Gets a number of bits per pixel in the bitmap stored in the frame.

(Inherited from PreLoadedFrame.)
Public property ColorProfile

Gets a color profile of the bitmap stored in the frame.

(Inherited from PreLoadedFrame.)
Public property ColorSpace

Gets a color space of the bitmap stored in the frame.

(Inherited from PreLoadedFrame.)
Public property HasAlpha

Gets a value specifying whether the bitmap stored in the frame has alpha channel.

(Inherited from PreLoadedFrame.)
Public property Height

Returns the frame height.

(Inherited from PreLoadedFrame.)
Public property HorizontalResolution

Gets a horizontal resolution of the bitmap stored in the frame.

(Inherited from PreLoadedFrame.)
Public property Index

Returns frame index in the format reader (if applicable).

(Inherited from PreLoadedFrame.)
Public property IsCmyk

Gets a value specifying whether the bitmap stored in the frame is CMYK.

(Inherited from PreLoadedFrame.)
Public property IsDisposed (Inherited from LockableObject.)
Public property IsExtended

Gets a value specifying whether the bitmap stored in the frame has 16 bits per channel.

(Inherited from PreLoadedFrame.)
Public property IsGrayScale

Gets a value specifying whether the bitmap stored in the frame is grayscale.

(Inherited from PreLoadedFrame.)
Public property IsIndexed

Gets a value specifying whether the bitmap stored in the frame is indexed.

(Inherited from PreLoadedFrame.)
Public property IsRgb

Gets a value specifying whether the bitmap stored in the frame is RGB.

(Inherited from PreLoadedFrame.)
Public property Left

Returns horizontal position of the left top corner of the frame.

(Inherited from PreLoadedFrame.)
Public property Locked

Indicates if the object has been locked.

(Inherited from LockableObject.)
Public property Name

Returns the frame name (if defined).

(Inherited from PreLoadedFrame.)
Public property PixelFormat

Returns a pixel format of the bitmap stored in this frame.

(Inherited from PreLoadedFrame.)
Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from LockableObject.)
Public property Top

Returns vertical position of the left top corner of the frame.

(Inherited from PreLoadedFrame.)
Public property VerticalResolution

Gets a vertical resolution of the bitmap stored in the frame.

(Inherited from PreLoadedFrame.)
Public property Width

Returns the frame width.

(Inherited from PreLoadedFrame.)

See Also

Reference