Class GetSceneItemProperties.Crop

    • Constructor Detail

      • Crop

        public Crop()
    • Method Detail

      • getTop

        public int getTop()
        The number of pixels cropped off the top of the source before scaling.
      • getRight

        public int getRight()
        The number of pixels cropped off the right of the source before scaling.
      • getBottom

        public int getBottom()
        The number of pixels cropped off the bottom of the source before scaling.
      • getLeft

        public int getLeft()
        The number of pixels cropped off the left of the source before scaling.