Package org.robovm.apple.coregraphics
Class CGSize
public class CGSize extends Struct<CGSize>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCGSize.CGSizePtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
-
Method Summary
Modifier and Type Method Description CGSizeapply(CGAffineTransform t)booleanequals(Object obj)booleanequalsTo(CGSize size2)static CGSizefromDictionary(NSDictionary<NSString,NSNumber> dict)static CGSizefromString(String string)doublegetHeight()doublegetWidth()CGSizesetHeight(double height)CGSizesetWidth(double width)NSDictionary<NSString,NSNumber>toDictionary()StringtoString()static CGSizeZero()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, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
getHandle, hashCode, setHandle
-
Constructor Details
-
CGSize
public CGSize() -
CGSize
public CGSize(double width, double height)
-
-
Method Details
-
getWidth
public double getWidth() -
setWidth
-
getHeight
public double getHeight() -
setHeight
-
fromString
-
fromDictionary
-
equals
- Overrides:
equalsin classNativeObject
-
toString
-
Zero
-
equalsTo
-
toDictionary
-
apply
-