PointImpl extension

on
Annotations
  • @ContainerData(toNative: 'PointImpl.toPointer', toPlatform: '(val) => PointImpl.fromPointer(val, needFree: false)', platformType: 'Point')

Static Methods

fromNative(PointNative native) Point

Available on Point, provided by the PointImpl extension

fromPointer(Pointer<Void> ptr, {bool needFree = true}) Point?

Available on Point, provided by the PointImpl extension

toNative(Point obj) → PointNative

Available on Point, provided by the PointImpl extension

toPointer(Point? val) Pointer<Void>

Available on Point, provided by the PointImpl extension