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