<< Click here to display Table of Contents >> Navigation: Code Documentation > RSVML > RSGdiPlusGraphicsTypes > Enumerations:
Comments (0)
Defines an enumeration that specifies the attributes of the pixel data contained in an Image object
Namespace: RSGdiPlusGraphicsTypes
Delphi
type TRSGPImageFlag = ( ifScalable, ifHasAlpha, ifHasTranslucent, ifPartiallyScalable, ifColorSpaceRGB, ifColorSpaceCMYK, ifColorSpaceGRAY, ifColorSpaceYCBCR, ifColorSpaceYCCK, ifUnused1, ifUnused2, ifUnused3, ifHasRealDPI, ifHasRealPixelSize, ifUnused4, ifUnused5, ifReadOnly, ifCaching );
Name
Description
ifCaching
Specifies that the pixel data can be cached for faster access.
ifColorSpaceCMYK
Specifies that the image is stored using a CMYK color space.
ifColorSpaceGRAY
Specifies that the image is a grayscale image.
ifColorSpaceRGB
Specifies that the image is stored using an RGB color space.
ifColorSpaceYCBCR
Specifies that the image is stored using a YCBCR color space.
ifColorSpaceYCCK
Specifies that the image is stored using a YCCK color space.
ifHasAlpha
Specifies that the pixel data contains alpha values.
ifHasRealDPI
Specifies that dots per inch information is stored in the image.
ifHasRealPixelSize
Specifies that the pixel size is stored in the image.
ifHasTranslucent
Specifies that the pixel data has alpha values other than 0 (transparent) and 255 (opaque).
ifPartiallyScalable
Specifies that the pixel data is partially scalable with some limitations.
ifReadOnly
Specifies that the pixel data is read-only.
ifScalable
Specifies that the image can be scaled.
ifUnused1
Unused enumerated value
ifUnused2
ifUnused3
ifUnused4
ifUnused5
Top
•RSGdiPlusGraphicsTypes.TRSGPImageFlags
•RSGdiPlusGraphicsTypes