public final class MTLScissorRect
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
MTLScissorRect() |
|
MTLScissorRect(long x,
long y,
long width,
long height) |
protected |
MTLScissorRect(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
long |
height() |
void |
setHeight(long value) |
void |
setWidth(long value) |
void |
setX(long value) |
void |
setY(long value) |
long |
width() |
long |
x() |
long |
y() |