Class MPSRegion


  • public final class MPSRegion
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MPSOrigin origin()
      < The top left corner of the region.
      void setOrigin​(MPSOrigin value)
      < The top left corner of the region.
      void setSize​(MPSSize value)
      < The size of the region.
      MPSSize size()
      < The size of the region.
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MPSRegion

        public MPSRegion()
      • MPSRegion

        protected MPSRegion​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • origin

        public MPSOrigin origin()
        < The top left corner of the region. Units: pixels
      • setOrigin

        public void setOrigin​(MPSOrigin value)
        < The top left corner of the region. Units: pixels
      • size

        public MPSSize size()
        < The size of the region. Units: pixels
      • setSize

        public void setSize​(MPSSize value)
        < The size of the region. Units: pixels