public final class CGPoint
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
CGPoint() |
|
CGPoint(double x,
double y) |
protected |
CGPoint(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
setX(double value) |
void |
setY(double value) |
double |
x() |
double |
y() |