SIZE2D structure

Declared in: GeoTransformers.h

Size of a two dimensional array (grid, image, etc.), expressed as columns and rows.

[C / C++]

typedef struct {

DWORD cols; // number of columns

DWORD rows; // number of rows

} SIZE2D;

Collaboration diagram:

SIZE2D

Collaboration graph for SIZE2D structure

Members

cols

Number of columns. It corresponds to X-axis.

rows

Number of rows. It corresponds to Y-axis.

Requirements

Platform

32 bit Windows OS

Environment

ANSI C / C++ Standard compliant

Related Topics

Referenced By: TABLE