PointImpl extension
- on
Static Methods
-
fromNative(
PointNative native, {bool takeOwnership = true}) → Point -
fromPointer(
Pointer< Void> ptr, {bool needFree = true, bool takeOwnership = true}) → Point? -
toNative(
Point obj) → PointNative -
toPointer(
Point? val) → Pointer< Void>