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

BitmapData Properties

The BitmapData type exposes the following members.

Properties

Name Description
Public property Bitmap

Returns Bitmap associated with this BitmapData.

Public property BitsPerPixel

Returns number of bits per pixel for current BitmapData.

Public property ColorSpace

Indicates the color space of the current BitmapData.

Public property Height

Returns a height of this BitmapData (a number of scan lines).

Public property IsDisposed (Inherited from LockableObject.)
Public property Left

Returns X-coordinate of the left top corner of this BitmapData relatively parent Bitmap.

Public property Locked

Indicates if the object has been locked.

(Inherited from LockableObject.)
Public property MemoryUsed

Returns a number of bytes occupied with pixels of this BitmapData.

Public property PixelFormat

Returns pixel format of the current bitmap data.

Public property Scan0

Returns the pointer to the very first pixel of this BitmapData.

Public property Stride

Returns the bitmap data stride (scan line width in bytes).

Public property Timeout

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

(Inherited from LockableObject.)
Public property Top

Returns Y-coordinate of the left top corner of this BitmapData relatively parent Bitmap.

Public property Width

Returns a width of this BitmapData (in pixels).

See Also

Reference