Class MTLScissorRect

All Implemented Interfaces:
Iterable<MTLScissorRect>

public class MTLScissorRect
extends Struct<MTLScissorRect>
  • Constructor Details

    • MTLScissorRect

      public MTLScissorRect()
    • MTLScissorRect

      public MTLScissorRect​(long x, long y, long width, long height)
  • Method Details

    • getX

      public long getX()
    • setX

      public MTLScissorRect setX​(long x)
    • getY

      public long getY()
    • setY

      public MTLScissorRect setY​(long y)
    • getWidth

      public long getWidth()
    • setWidth

      public MTLScissorRect setWidth​(long width)
    • getHeight

      public long getHeight()
    • setHeight

      public MTLScissorRect setHeight​(long height)