PointImpl extension

on

Static Methods

fromNative(PointNative native, {bool takeOwnership = true}) Point

Available on Point, provided by the PointImpl extension

fromPointer(Pointer<Void> ptr, {bool needFree = true, bool takeOwnership = 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