Defines a record type for easily accessing pixel format information from GDI+.
Namespace: RSGdiPlusGraphicsTypes
Delphi
|
type
TRSGPPixelFormatRec = record
end;
|
|
Name
|
Description
|
|
BitsPerPixel
|
Specifies the bits per pixel
|
|
Flags
|
Specifies the set of flags about the pixel format
|
|
Format
|
Specifies the pixel format
|
Top
|