public final class AnchorPoint
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
AnchorPoint() |
protected |
AnchorPoint(org.moe.natj.general.Pointer peer) |
|
AnchorPoint(short x,
short y) |
| Modifier and Type | Method and Description |
|---|---|
void |
setX(short value)
x coordinate of anchor point
|
void |
setY(short value)
y coordinate of anchor point
|
short |
x()
x coordinate of anchor point
|
short |
y()
y coordinate of anchor point
|