Home :: GreenPad :: editwing :: View :: Impl | classes |
struct VDrawInfo | ^ |
描画処理を細かく指定する構造体
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ip_view.h:230
- Author:
- K.INABA
- Version:
- beta
Contents | ^ |
Entity Type Scope Short Description VDrawInfo constructor public undocumented rc attribute public undocumented SXB attribute public undocumented SXE attribute public undocumented SYB attribute public undocumented SYE attribute public undocumented TLMIN attribute public undocumented XBASE attribute public undocumented XMAX attribute public undocumented XMIN attribute public undocumented YMAX attribute public undocumented YMIN attribute public undocumented
constructor VDrawInfo | ? ^ > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ip_view.h:241
- Code:
public explicit VDrawInfo (
const RECT & r ) : rc ( r )
attribute rc | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ip_view.h:231
- Code:
public const RECT rc
attribute SXB | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ip_view.h:238
- Code:
public int SXB
attribute SXE | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ip_view.h:238
- Code:
public int SXE
attribute SYB | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ip_view.h:239
- Code:
public int SYB
attribute SYE | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ip_view.h:239
- Code:
public int SYE
attribute TLMIN | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ip_view.h:237
- Code:
public ulong TLMIN
attribute XBASE | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ip_view.h:232
- Code:
public int XBASE
attribute XMAX | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ip_view.h:234
- Code:
public int XMAX
attribute XMIN | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ip_view.h:233
- Code:
public int XMIN
attribute YMAX | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ip_view.h:236
- Code:
public int YMAX
attribute YMIN | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ip_view.h:235
- Code:
public int YMIN
Created Mon May 06 21:01:05 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_msvc_MSWin32-4.0.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.