IMAGE_RAM Structure

Microchip Graphics Library

Microchip Graphics Library
IMAGE_RAM Structure
C
typedef struct {
  GFX_RESOURCE type;
  DWORD * address;
} IMAGE_RAM;
Overview

Structure for images stored in RAM memory.

Members
Members 
Description 
GFX_RESOURCE type; 
must be RAM 
DWORD * address; 
image address in RAM 
Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved