Nindowsライブラリ - 構造体

NWS_RECT

矩形領域を定義

定義

typedef struct _NWS_RECT { 
 Sint32 left; 
 Sint32 top; 
 Sint32 right; 
 Sint32 bottom; 
} NWS_RECT; 

メンバ

left   左端座標
top   上端座標
right   右端座標
bottom   下端座標

解説

画面上の矩形領域を定義する構造体です。

参照

nwScrWinSetClip()
nwGetClientRect()
nwGetWindowRect()

NWS_RECT
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999