DBreturnRasterSettings

Top  Previous  Next

Information about grid is economical.

Every grid contains information about the width and height of the grid (in pixels), the colour table, the file names, maximum and minimum Skalierung etc.

Parametre

raster (PRASTER_ELEMENT) [IN]

Act on the grid element by which the information is questioned.

settings (RASTER_SETTINGS *) [IN / OUT]

As a result this procedure fills the structure settings. All fields are booked with the values of the grid which the trading calls. It is a job of the user to make available the storage space for settings. This can be a dynamic or static memory.

grade (int) [IN]

Aloofly, must be 1.

If further information is introduced, these become grades distinguished.

Result

---

Declaration

#include "database.h"

 

void DLLENTRY DBreturnRasterSettings (

PRASTER_ELEMENT raster,

RASTER_SETTINGS * settings,

int grades

);

Related functions

DBmodifyRasterSettings