ReactOS 0.4.15-dev-7953-g1f49173
MATRIX Struct Reference

#include <matrix.h>

Collaboration diagram for MATRIX:

Public Attributes

int width
 
int height
 
int numcols
 
int numrows
 
HDC hdcBitmap
 
HBITMAP hbmBitmap
 
MATRIX_MESSAGEmessage
 
MATRIX_COLUMN column [1]
 

Detailed Description

Definition at line 43 of file matrix.h.

Member Data Documentation

◆ column

MATRIX_COLUMN MATRIX::column[1]

Definition at line 56 of file matrix.h.

◆ hbmBitmap

HBITMAP MATRIX::hbmBitmap

Definition at line 52 of file matrix.h.

◆ hdcBitmap

HDC MATRIX::hdcBitmap

Definition at line 51 of file matrix.h.

◆ height

int MATRIX::height

Definition at line 46 of file matrix.h.

◆ message

MATRIX_MESSAGE* MATRIX::message

Definition at line 54 of file matrix.h.

◆ numcols

int MATRIX::numcols

Definition at line 47 of file matrix.h.

◆ numrows

int MATRIX::numrows

Definition at line 48 of file matrix.h.

◆ width

int MATRIX::width

Definition at line 45 of file matrix.h.


The documentation for this struct was generated from the following file: