public final class MPSImageRegion
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
MPSImageRegion() |
|
MPSImageRegion(MPSImageCoordinate offset,
MPSImageCoordinate size) |
protected |
MPSImageRegion(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
MPSImageCoordinate |
offset()
< The position of the top left corner of the subregion
|
void |
setOffset(MPSImageCoordinate value)
< The position of the top left corner of the subregion
|
void |
setSize(MPSImageCoordinate value)
< The size {pixels, pixels, channels} of the subregion
|
MPSImageCoordinate |
size()
< The size {pixels, pixels, channels} of the subregion
|
public MPSImageRegion()
protected MPSImageRegion(org.moe.natj.general.Pointer peer)
public MPSImageRegion(MPSImageCoordinate offset, MPSImageCoordinate size)
public MPSImageCoordinate offset()
public void setOffset(MPSImageCoordinate value)
public MPSImageCoordinate size()
public void setSize(MPSImageCoordinate value)