Argox PA-20 Programming Guide Manuel d'utilisateur Page 90

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 130
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 89
PT-20 Programming Guide
88
Includes
#include “SDK.h ”
Description
This function can help you to set background color.
After use this function, all TextBlock will be reset.
TextBlock_SetBGImage
Purpose
Set default background image for bmp file.
Syntax
BOOL TextBlock_SetBGImage(S8* pssPath);
Example call
TextBlock_SetBGImage(“D:\\Font\\BGImage.bmp”);
Includes
#include “SDK.h ”
Description
This function can help you to set background image.
If you want change the background image, you have to save a bmp file to
disk first. The bmp file need for 240 * 320 pixel.
After use this function, all TextBlock will be reset.
SwitchTextBlock
Purpose
Switch TextBlock.
Syntax
BOOL SwitchTextBlock(S32 slBlockNo);
Example call
SwitchTextBlock(1);
Includes
#include “SDK.h ”
Description
This function can help you to switch the TextBlock that you want.
But the TextBlock has to be set and active before this function.
Returns
TRUE:Switch success.
FALSE:Switch fail. Please check the TextBlock is actived or not.
Vue de la page 89
1 2 ... 85 86 87 88 89 90 91 92 93 94 95 ... 129 130

Commentaires sur ces manuels

Pas de commentaire