Record for information about a GDI+ bitmap
Namespace: RSGdiPlusGraphicsTypes
Delphi
|
type
TRSGPBitmapData = record
end;
|
|
Name
|
Description
|
|
Height
|
Height, in pixels, of the bitmap
|
|
PixelFormat
|
Specifies the pixel format of the bitmap.
|
|
Reserved
|
Reserved for future use.
|
|
Scan0
|
Pointer to the first (index 0) scan line of the bitmap.
|
|
Stride
|
Offset, in bytes, between consecutive scan lines of the bitmap. If the stride is positive, the bitmap is top-down. If the stride is negative, the bitmap is bottom-up.
|
|
Width
|
Width, in pixels, of the bitmap
|
Top
|