Interface IMultiPointComponent

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getDistX​(int idx)
      Corresponds to ESL function %HI_GetDistX
      int getDistY​(int idx)
      Corresponds to ESL function %HI_GetDistY
      void setDistX​(int idx, int value)
      Corresponds to ESL function %HI_SetDistX
      void setDistY​(int idx, int value)
      Corresponds to ESL function %HI_SetDistY
    • Method Detail

      • getDistX

        int getDistX​(int idx)
        Corresponds to ESL function %HI_GetDistX
      • setDistX

        void setDistX​(int idx,
                      int value)
        Corresponds to ESL function %HI_SetDistX
      • getDistY

        int getDistY​(int idx)
        Corresponds to ESL function %HI_GetDistY
      • setDistY

        void setDistY​(int idx,
                      int value)
        Corresponds to ESL function %HI_SetDistY