Class NppiRect

  • All Implemented Interfaces:
    AutoCloseable

    @Properties(inherit=nppc.class)
    public class NppiRect
    extends Pointer
    2D Rectangle This struct contains position and size information of a rectangle in two space. The rectangle's position is usually signified by the coordinate of its upper-left corner.
    • Constructor Detail

      • NppiRect

        public NppiRect()
        Default native constructor.
    • Method Detail

      • x

        public int x()
        x-coordinate of upper left corner (lowest memory address).
      • y

        public int y()
        y-coordinate of upper left corner (lowest memory address).
      • width

        public int width()
        Rectangle width.
      • width

        public NppiRect width​(int setter)
      • height

        public int height()
        Rectangle height.
      • height

        public NppiRect height​(int setter)