ScreenPointImpl extension
- on
- @ContainerData(toNative: 'ScreenPointImpl.toPointer', toPlatform: '(val) => ScreenPointImpl.fromPointer(val, needFree: false)', platformType: 'ScreenPoint')
Static Methods
-
fromNative(
ScreenPointNative native) → ScreenPoint -
Available on ScreenPoint, provided by the ScreenPointImpl extension
-
fromPointer(
Pointer< Void> ptr, {bool needFree = true}) → ScreenPoint? -
Available on ScreenPoint, provided by the ScreenPointImpl extension
-
toNative(
ScreenPoint obj) → ScreenPointNative -
Available on ScreenPoint, provided by the ScreenPointImpl extension
-
toPointer(
ScreenPoint? val) → Pointer< Void> -
Available on ScreenPoint, provided by the ScreenPointImpl extension