XYPointImpl extension

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

Static Methods

fromNative(XYPointNative native) XYPoint

Available on XYPoint, provided by the XYPointImpl extension

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

Available on XYPoint, provided by the XYPointImpl extension

toNative(XYPoint obj) → XYPointNative

Available on XYPoint, provided by the XYPointImpl extension

toPointer(XYPoint? val) Pointer<Void>

Available on XYPoint, provided by the XYPointImpl extension