[前へ] [目次へ] [次へ]

INativeRect (ネイティブインターフェイス)


このインターフェイスは矩形を扱うインターフェイスです。
このインターフェイスを通じて矩形判定用の領域情報を取得できます。

●実装している標準クラス

   Rect
   FGESCommonEventObject
   Window
   VirtualWindow
   FillWindow
   DRWindow
   DRRotateWindow
   BitmapWindow
   FrameWindow
   ScrollBar
   HScrollBar
   ListWindow
   EditWindow
   SrcEditWindow
   TileMapWindow
   GhostWindow
   ColorEffectWindow
   MappingEffectWindow
   ViewPort
   RelayPoint


●インターフェイスメソッド

名前概要
取得メソッドconst Get矩形判定用の領域を取得します

●ネイティブインターフェイス

   このインターフェイスはネイティブインターフェイスを持っていません。

●ネイティブキャスト(C++レベルでのキャスト)

   このインターフェイスはネイティブキャストに対応していません。

●C++レベル追加情報

インターフェイスID: FGES_IFID_RECT



INativeRect@@Get

Bool Get(editable INativeInteger left,editable INativeInteger top,
            editable INativeInteger right,editable INativeInteger bottom)const


   矩形判定用の領域を取得します。

戻り値:取得に成功すると真を返します。
   
editable INativeInteger left :[出力]判定用領域の左側X座標を出力するオブジェクト。
editable INativeInteger top :[出力]判定用領域の上側Y座標を出力するオブジェクト。
editable INativeInteger right :[出力]判定用領域の右側X座標を出力するオブジェクト。
editable INativeInteger bottom :[出力]判定用領域の下側Y座標を出力するオブジェクト。

先頭へ


[前へ] [目次へ] [次へ]

最終更新 2020/05/28