「App:Library:FabGL:Enumerations:uiOrigin」の版間の差分

提供: robot-jp wiki
ナビゲーションに移動検索に移動
(ページの作成:「 ----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]」)
 
 
(同じ利用者による、間の2版が非表示)
1行目: 1行目:
 +
== enum [http://www.fabglib.org/group___enumerations_gae0a6bb526c02e563aee7e7ccd4df7212.html#gae0a6bb526c02e563aee7e7ccd4df7212 uiOrigin] ==
 +
ウィンドウの長方形の原点を指定します。
 +
{| class="wikitable"
 +
! colspan="2" |'''Enumerator'''
 +
|-
 +
|Screen
 +
|Rectangle coordinates relative to the screen (that is the root window)
 +
|-
 +
|Parent
 +
|Rectangle coordiantes relative to parent window
 +
|-
 +
|Window
 +
|Rectangle coordinates relative to the window itself
 +
|}
 +
'''[http://www.fabglib.org/fabui_8h_source.html#l00339 line 339 of file fabui.h]'''に定義されています。
  
  
  
 
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]
 
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]

2022年3月21日 (月) 23:44時点における最新版

enum uiOrigin

ウィンドウの長方形の原点を指定します。

Enumerator
Screen Rectangle coordinates relative to the screen (that is the root window)
Parent Rectangle coordiantes relative to parent window
Window Rectangle coordinates relative to the window itself

line 339 of file fabui.hに定義されています。



戻る