Package org.robovm.apple.coregraphics
Class CGPoint
public class CGPoint extends Struct<CGPoint>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCGPoint.CGPointPtr -
Constructor Summary
-
Method Summary
Modifier and Type Method Description CGPointapply(CGAffineTransform t)booleanequals(Object obj)booleanequalsTo(CGPoint point2)static CGPointfromDictionary(NSDictionary<NSString,NSNumber> dict)static CGPointfromString(String string)doublegetX()doublegetY()CGPointsetX(double x)CGPointsetY(double y)NSDictionary<NSString,NSNumber>toDictionary()StringtoString()static CGPointZero()Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
Constructor Details
-
Method Details
-
getX
public double getX() -
setX
-
getY
public double getY() -
setY
-
fromString
-
fromDictionary
-
equals
- Overrides:
equalsin classNativeObject
-
toString
-
Zero
-
equalsTo
-
toDictionary
-
apply
-