public final class MPSRegion
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
MPSRegion() |
|
MPSRegion(MPSOrigin origin,
MPSSize size) |
protected |
MPSRegion(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
MPSOrigin |
origin()
< The top left corner of the region.
|
void |
setOrigin(MPSOrigin value)
< The top left corner of the region.
|
void |
setSize(MPSSize value)
< The size of the region.
|
MPSSize |
size()
< The size of the region.
|
public MPSRegion()
protected MPSRegion(org.moe.natj.general.Pointer peer)
public MPSOrigin origin()
public void setOrigin(MPSOrigin value)
public MPSSize size()
public void setSize(MPSSize value)