ScreenPointImpl extension

on

Static Methods

fromNative(ScreenPointNative native) Point<double>

Available on Point<double>, provided by the ScreenPointImpl extension

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

Available on Point<double>, provided by the ScreenPointImpl extension

toNative(Point<double> obj) ScreenPointNative

Available on Point<double>, provided by the ScreenPointImpl extension

toPointer(Point<double>? val) Pointer<Void>

Available on Point<double>, provided by the ScreenPointImpl extension