Package org.robovm.apple.metal
Class MTLScissorRect
- All Implemented Interfaces:
Iterable<MTLScissorRect>
public class MTLScissorRect extends Struct<MTLScissorRect>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMTLScissorRect.MTLScissorRectPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MTLScissorRect()MTLScissorRect(long x, long y, long width, long height) -
Method Summary
Modifier and Type Method Description longgetHeight()longgetWidth()longgetX()longgetY()MTLScissorRectsetHeight(long height)MTLScissorRectsetWidth(long width)MTLScissorRectsetX(long x)MTLScissorRectsetY(long y)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
MTLScissorRect
public MTLScissorRect() -
MTLScissorRect
public MTLScissorRect(long x, long y, long width, long height)
-
-
Method Details
-
getX
public long getX() -
setX
-
getY
public long getY() -
setY
-
getWidth
public long getWidth() -
setWidth
-
getHeight
public long getHeight() -
setHeight
-