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

PreLoadedFrame Properties

The PreLoadedFrame type exposes the following members.

Properties

Name Description
Public property BitsPerPixel

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

(Overrides Frame.BitsPerPixel.)
Public property ColorProfile

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

(Overrides Frame.ColorProfile.)
Public property ColorSpace

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

(Overrides Frame.ColorSpace.)
Public property HasAlpha

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

(Overrides Frame.HasAlpha.)
Public property Height

Returns the frame height.

(Overrides Frame.Height.)
Public property HorizontalResolution

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

(Overrides Frame.HorizontalResolution.)
Public property Index

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

(Overrides Frame.Index.)
Public property IsCmyk

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

(Overrides Frame.IsCmyk.)
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.

(Overrides Frame.IsExtended.)
Public property IsGrayScale

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

(Overrides Frame.IsGrayScale.)
Public property IsIndexed

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

(Overrides Frame.IsIndexed.)
Public property IsRgb

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

(Overrides Frame.IsRgb.)
Public property Left

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

(Overrides Frame.Left.)
Public property Locked

Indicates if the object has been locked.

(Inherited from LockableObject.)
Public property Name

Returns the frame name (if defined).

(Overrides Frame.Name.)
Public property PixelFormat

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

(Overrides Frame.PixelFormat.)
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.

(Overrides Frame.Top.)
Public property VerticalResolution

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

(Overrides Frame.VerticalResolution.)
Public property Width

Returns the frame width.

(Overrides Frame.Width.)

See Also

Reference