優れた組み込みシステム設計のためのミドルウエア、開発ツール、
リアルタイム オペレーティング システム ソフトウエアとサービス

QNX Community Resources

PhDim_t
[Previous] [Contents] [Index] [Next]

PhDim_t

Dimensions of an area

Synopsis:

typedef struct Ph_dim { 
    unsigned short w, h; 
    } PhDim_t;

Description:

The PhDim_t structure defines the dimensions of an area. It contains at least the following members:

w
Width of the area.
h
Height of the area.

Classification:

Photon

See also:

PhArea_t, PhPoint_t


[Previous] [Contents] [Index] [Next]