Vcl.Imaging.GIFImg.TLogicalScreenDescriptor

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TLogicalScreenDescriptor = record

C++

struct DECLSPEC_DRECORD TLogicalScreenDescriptor
{
public:
    System::Word ScreenWidth;
    System::Word ScreenHeight;
    System::Byte PackedFields;
    System::Byte BackgroundColorIndex;
    System::Byte AspectRatio;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Description

Une variable de type TLogicalScreenDescriptor contient les informations relatives à l'écran.

Une variable de type TLogicalScreenDescriptor contient les informations relatives à l'écran logique.

Le tableau suivant liste les champs contenus dans une variable de type TLogicalScreenDescriptor.


Champ Signification

ScreenWidth

Largeur de l'écran logique.

ScreenHeight

Hauteur de l'écran logique.

PackedFields

Les champs compactés stockés dans l'écran logique.

BackgroundColorIndex

Index dans le tableau de couleurs global.

AspectRatio

Les proportions de l'écran logique.



Voir aussi