public final class CGRect
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
CGRect() |
|
CGRect(CGPoint origin,
CGSize size) |
protected |
CGRect(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
CGPoint |
origin() |
void |
setOrigin(CGPoint value) |
void |
setSize(CGSize value) |
CGSize |
size() |