PICTURE Structure

Microchip Graphics Library

Microchip Graphics Library
PICTURE Structure
C
typedef struct {
  OBJ_HEADER hdr;
  char scale;
  void * pBitmap;
  PUTIMAGE_PARAM partial;
} PICTURE;
Overview

The structure contains data for picture control

Members
Members 
Description 
OBJ_HEADER hdr; 
Generic header for all Objects (see OBJ_HEADER). 
char scale; 
Scale factor for the bitmap 
void * pBitmap; 
Pointer to the bitmap 
PUTIMAGE_PARAM partial; 
structure containing parital image data 
Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved